mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
Update README.md
This commit is contained in:
parent
69fe62cbcc
commit
5ffdc9413f
1 changed files with 4 additions and 4 deletions
|
|
@ -16,19 +16,19 @@ sudo ./bank <admin password> <saving frequency in minutes> <run in background (1
|
|||
* [drogon web framework (and all its dependencies)](https://github.com/an-tao/drogon/tree/master)
|
||||
|
||||
# Features
|
||||
## Performance
|
||||
### 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
|
||||
* **NOT** written in Lua
|
||||
## Safety
|
||||
### Safety
|
||||
* OpenSSL (HTTPS)
|
||||
* Very difficult to tamper with compared to an in-game implementation of a bank
|
||||
* Auto-Saving, Save on close, are in place
|
||||
## Accessibility
|
||||
### Accessibility
|
||||
* able to be used millions of blocks away, across dimensions, servers, vanilla or modded, or outside of the game entirely
|
||||
|
||||
# Improvements
|
||||
# Improvements from 1.0
|
||||
* frequency/on-close saving in contrast to every change resulting in a Save() call
|
||||
* multi-threaded
|
||||
* near infinite number of users rather then 2^16
|
||||
|
|
|
|||
Loading…
Reference in a new issue