mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
📚🚧
This commit is contained in:
parent
47e84ced7a
commit
efca0b8034
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue