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) * [drogon web framework (and all its dependencies)](https://github.com/an-tao/drogon/tree/master)
# Features # Features
## 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 * Very difficult to tamper with compared to an in-game implementation of a bank
* Auto-Saving, Save on close, are in place * 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 * 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 * frequency/on-close saving in contrast to every change resulting in a Save() call
* multi-threaded * multi-threaded
* near infinite number of users rather then 2^16 * near infinite number of users rather then 2^16