Update README.md

This commit is contained in:
William Katz 2021-04-22 13:14:39 -07:00 committed by GitHub
parent 25802ecd0d
commit 9d6b1e0f8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,8 +63,7 @@ Ideas:
- **NOT** written in Lua - **NOT** written in Lua
- 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 benefits from multi-threaded
- **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