Version 0.1.1
Overview
This release vastly improves the memory footprint of a DiskPersistence, keeping an upper-bound of resources in memory instead of every change that was made during a session. This was generally not an issue unless you were making 1000s of edits at a time, though it would consistently be a problem during migrations and warmups.
What's Changed
- Memory Efficiency by @dimitribouniol in #158
Full Changelog: 0.1.0...0.1.1