From a8a372ef7d55bec67e66790223c39176b2e115e4 Mon Sep 17 00:00:00 2001 From: William Katz Date: Tue, 4 May 2021 23:36:30 -0700 Subject: [PATCH] cpu usage anecdotes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e58693d..98bb620 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Go to `{ip}/BankF/help` to see the bank's methods (also found in releases as hel - **multi-threaded** - **parallel hashmaps** a far [superior](https://greg7mdp.github.io/parallel-hashmap/) HashMap implementation to the STD, that also benefits from multi-threaded - **Drogon** is a very fast [web framework](https://github.com/the-benchmarker/web-frameworks) +- **Lightweight**, typically <1% CPU usage on average, <10% at peak, 0.0% idle ### Safety