mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
Update README.md
This commit is contained in:
parent
0ead5453cf
commit
90c99d59be
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ sudo ./bank <admin password> <saving frequency in minutes> <threads>
|
|||
- 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 trivially copyable
|
||||
- **Passwords are Hashed**, allowing each user to be 12 bytes, which is allows hashmap to be flat
|
||||
|
||||
### Safety
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue