Releases: mkrd/DictDataBase
Releases · mkrd/DictDataBase
Release 2.3.0
- Speedup partial reading
Release 2.2.0
- Rewrite of performance critical sections to operate on bytes instead on strings. This way, the decode can be skipped which results in a 5x performance increase in some cases
Release 2.1.5
- Fix bug when one db file name is a prefix of another db file name when opening multiple sessions on a folder
Release 2.1.4
- Fix python 3.8 compatibility
Release 2.1.3
- Reach 100% test coverage
Release 2.1.2
- Use orjson to load partial strings
- Reduce accessing of index file to a minimum
Release 2.1.1
- Fix indentation depth on partial write
Release 2.1.0
- API changes (see readme)
- Added where selector (see readme)
- Performance improvements
Release 2.0.5
- Add automatic key indexing for more performance when doing partial reads and writes
Release 2.0.4
- Drop unused brotli dependency