mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
README changes
This commit is contained in:
parent
fa9304a64e
commit
1f0e609634
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -22,15 +22,15 @@ sudo ./bank <admin password> <saving frequency in minutes> <run in background (1
|
|||
|
||||
### Performance
|
||||
|
||||
- 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
|
||||
- **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
|
||||
- **NOT** written in Lua
|
||||
|
||||
### Safety
|
||||
|
||||
- OpenSSL (HTTPS)
|
||||
- Very difficult to tamper with compared to an in-game implementation of a bank
|
||||
- **OpenSSL** (HTTPS)
|
||||
- **Tamper Proof** relative to an in-game implementation
|
||||
- Auto-Saving and Save on close are in place
|
||||
|
||||
### Accessibility
|
||||
|
|
|
|||
Loading…
Reference in a new issue