drogon added to performance features README

This commit is contained in:
EntireTwix 2021-04-19 11:05:59 -07:00
parent c765156527
commit 516ef93d46

View file

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