This PR attempts at speeding up the internals of the TaskManager by running large (or all) portions of the SQLite back-end directly in memory, instead of disk-based files. This has the downside of being vulnerable to computer crashes, but this is mitigated by saving to disk at a configurable interval.
This PR attempts at speeding up the internals of the
TaskManager
by running large (or all) portions of the SQLite back-end directly in memory, instead of disk-based files. This has the downside of being vulnerable to computer crashes, but this is mitigated by saving to disk at a configurable interval.