mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
Merge branch 'main' of https://github.com/EntireTwix/CCash
This commit is contained in:
commit
1010103c77
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ Ideas:
|
||||||
- written in **C++**, arguably the fastest language
|
- written in **C++**, arguably the fastest language
|
||||||
- **multi-threaded**
|
- **multi-threaded**
|
||||||
- **parallel hashmaps** a far [superior](https://greg7mdp.github.io/parallel-hashmap/) 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))
|
- **Passwords are Hashed**
|
||||||
- **Drogon** is a very fast [web framework](https://github.com/the-benchmarker/web-frameworks)
|
- **Drogon** is a very fast [web framework](https://github.com/the-benchmarker/web-frameworks)
|
||||||
|
|
||||||
### Safety
|
### Safety
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue