From c765156527c60027f4488232d9d6d41e685330bc Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Mon, 19 Apr 2021 11:00:37 -0700 Subject: [PATCH] drogon added to performance features README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e25473..806b5a8 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,8 @@ Ideas: - written in **C++**, arguably the fastest language - **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)) +- **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 ### Safety