drogon added to performance features README

This commit is contained in:
EntireTwix 2021-04-19 11:00:37 -07:00
parent 9166b41f02
commit c765156527

View file

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