libdbm 0.2.0
libdbm: ^0.2.0 copied to clipboard
A tiny and fast (1000s read/write per second) database with a simple API (`Map`) for Dart using disk-based hashing. No dependencies, batteries included.
0.1.0 Initial version #
- Initial release.
0.1.1 Change github repo #
- Changed github repo
0.1.2 Cleanups #
- Added an example.
- Cleaned up the source code to improve static analysis.
- Added a little more documentation to the README.
0.1.3 Bug Fix, PersistentMap #
- Fixed a bug in
clear()
where counts were not updated. - Added an implementation of
Map
that is disk-persistent.
0.1.4 Cleanups #
- Tweak pubspec, minor cleanup.
0.1.5 Cleanups #
- Tweak pubspec, minor cleanup.
0.1.6 Null safety changes #
- Changes to make the library null-safe.
0.1.7 Clean ups and bug fixes #
- Fixes to the block size calculation.
- Cleanups
0.1.8 Clean ups and bug fixes #
- Fixed README to align with null-safe API.
- Fixed pedantic errors.
0.2.0 Clean up #
- Added a LICENSE files.
- Fixed some formatting issues.