You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Along that same line of thought I need to improve his current mode of saving data. Right now any time you do anything that changes his save data he writes the whole database to the file. This is both bad for Chachamaru’s SSD and for Gummy’s speed. I’m tempted to re-implement this feature as a journaling system and then simply have him reconcile his journal when he does a full load.
The text was updated successfully, but these errors were encountered:
Strictly speaking, if this was accessed more often it'd be a critical issue. In practice, however, gummy writes to this database only a few times a day, tops, because of usage patterns. This probably isn't worth the time to implement as it's a pretty significant change in architecture.
Along that same line of thought I need to improve his current mode of saving data. Right now any time you do anything that changes his save data he writes the whole database to the file. This is both bad for Chachamaru’s SSD and for Gummy’s speed. I’m tempted to re-implement this feature as a journaling system and then simply have him reconcile his journal when he does a full load.
The text was updated successfully, but these errors were encountered: