From 840669d91022474602e6518b9b0bc142c506e347 Mon Sep 17 00:00:00 2001 From: William Katz Date: Wed, 5 May 2021 12:06:57 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71f0668..6eed9b0 100644 --- a/README.md +++ b/README.md @@ -72,7 +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, 7% at peak, 0.0% idle +- **Lightweight**, anecodotally I experienced <1% CPU usage on average, 7% at peak, 0.0% idle ### Safety