Update README.md

This commit is contained in:
William Katz 2021-05-05 12:06:57 -07:00 committed by GitHub
parent 2bb5f1c478
commit 840669d910
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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