mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +11:00
drogon added to performance features README
This commit is contained in:
parent
9166b41f02
commit
c765156527
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ Ideas:
|
||||||
- written in **C++**, arguably the fastest language
|
- written in **C++**, arguably the fastest language
|
||||||
- **multi-threaded**
|
- **multi-threaded**
|
||||||
- **parallel hashmaps** a far superior HashMap implementation to the STD, that also benefit from 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
|
### Safety
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue