This commit is contained in:
EntireTwix 2021-07-15 20:17:13 -07:00
parent 47e84ced7a
commit efca0b8034

View file

@ -25,7 +25,7 @@ when the program is interupted with CONTROL + C it will save before closing the
### Auto Saving
every `n` minutes, a configurable amount at launch, CCash will save.
### Changes
for the above two cases, it will only save if changes have been made since last commit.
for the above two cases, it will only save to disk if changes have been made since last save.
## Multi-threading support
considering phmap and drogon both massively benefit from being multi-threaded it seemed obvious that the entire program should be, this is enabled by default and manually settable at `MULTI_THREADED`. Below are some graphs visualizing the gain of doing so:
<!-- graph -->