Releases: TwiN/gdstore
Releases · TwiN/gdstore
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
v0.0.3
This is the last prototype release
- Redesigned persistence to append actions to the store's file rather than re-encode the entire map and re-create the file on every write
- Significantly improved write speed by leaving the file open and keeping track of the file through the GDStore struct.
- Improved test coverage and added tests for concurrency
- Improved documentation