mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
Updated README for hashing info
This commit is contained in:
parent
17091ad9d2
commit
1f76d6215e
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ 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
|
||||
- **Passwords are Hashed**, allowing each user to be 12 bytes, which is allows hashmap to be flat. This hashing is also very fast at 31.5 GB/s on a i7-9700K
|
||||
|
||||
### Safety
|
||||
|
||||
|
|
@ -83,3 +83,4 @@ Ideas:
|
|||
|
||||
- [Parallel HashMap](https://github.com/greg7mdp/parallel-hashmap/tree/master)
|
||||
- [drogon web framework (and all its dependencies)](https://github.com/an-tao/drogon/tree/master)
|
||||
- [xxhash](https://github.com/Cyan4973/xxHash)
|
||||
|
|
|
|||
Loading…
Reference in a new issue