Update README.md

This commit is contained in:
William Katz 2021-04-22 01:30:04 -07:00 committed by GitHub
parent a898d6bb02
commit 94691d622e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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