Update README.md

This commit is contained in:
William Katz 2021-04-14 12:14:22 -07:00 committed by GitHub
parent 0ead5453cf
commit 90c99d59be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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