Update README.md

This commit is contained in:
William Katz 2021-05-12 00:02:20 -07:00 committed by GitHub
parent 6e8606f1b3
commit a28739187c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ Go to `{ip}/BankF/help` to see the bank's methods (also found in releases as hel
### Performance
- **NOT** written in Lua
- **NOT** written in Lua, like a OC/CC implementation
- written in **C++**, arguably the fastest language
- **multi-threaded**
- **parallel hashmaps** a far [superior](https://greg7mdp.github.io/parallel-hashmap/) HashMap implementation to the STD, that also benefits from multi-threaded