From 516ef93d46c2d9dcb82c175e0ebf7475282846ec Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Mon, 19 Apr 2021 11:05:59 -0700 Subject: [PATCH] drogon added to performance features README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 806b5a8..145c671 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Ideas: - **multi-threaded** - **parallel hashmaps** a far superior HashMap implementation to the STD, that also benefit from multi-threaded - **Passwords are Hashed**, allowing each user to be 12 bytes, which is allows hashmap to be flat ([XXH3](https://github.com/Cyan4973/xxHash/blob/dev/README.md)) -- **Drogon** is the fastest web framework in 2021 +- **Drogon** is a very fast [web framework](https://github.com/the-benchmarker/web-frameworks) ### Safety