Update README.md

This commit is contained in:
William Katz 2021-04-03 00:46:07 -07:00 committed by GitHub
parent 69fe62cbcc
commit 5ffdc9413f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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