From 90bbe86d3cfb3e6d036c877da20912672476f803 Mon Sep 17 00:00:00 2001 From: William Katz Date: Sat, 29 May 2021 20:16:20 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 148541a..420ef95 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ Go to `{ip}/BankF/help` to see the bank's methods (also found in releases as hel - written in **C++**, arguably the fastest language - **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**, anecodotally I experienced <1% CPU usage on average, 7% at peak (1000 requests in parallel of 8), 0.0% idle +- **Drogon** is a very fast [web framework](https://www.techempower.com/benchmarks/#section=data-r20&hw=ph&test=composite) +- **Lightweight**, anecodotally I experienced 0.0% idle, <1% CPU usage on average, 7% at peak, 1000 requests in 0.85s ### Safety