mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
Update README.md
This commit is contained in:
parent
458e4ef8f8
commit
8309a18d4d
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ Ideas:
|
|||
- **NOT** written in Lua
|
||||
- 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
|
||||
- **parallel hashmaps** a far [superior](https://greg7mdp.github.io/parallel-hashmap/) 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 a very fast [web framework](https://github.com/the-benchmarker/web-frameworks)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue