README changes

This commit is contained in:
EntireTwix 2021-04-03 01:24:06 -07:00
parent fa9304a64e
commit 1f0e609634

View file

@ -22,15 +22,15 @@ sudo ./bank <admin password> <saving frequency in minutes> <run in background (1
### Performance ### Performance
- multi-threaded - **multi-threaded**
- parallel hashmaps, a far superior HashMap implementation to the STD, that also benefit from multi-threaded - **parallel hashmaps** a far superior HashMap implementation to the STD, that also benefit from multi-threaded
- written in C++, **arguably** the fastest language - written in **C++**, arguably the fastest language
- **NOT** written in Lua - **NOT** written in Lua
### Safety ### Safety
- OpenSSL (HTTPS) - **OpenSSL** (HTTPS)
- Very difficult to tamper with compared to an in-game implementation of a bank - **Tamper Proof** relative to an in-game implementation
- Auto-Saving and Save on close are in place - Auto-Saving and Save on close are in place
### Accessibility ### Accessibility