Hi,
hamsterdb 2.1.0 is released and available for download!
http://hamsterdb.com/downloadAs already announced there was a myriad of small API changes; see the README for the details.
https://github.com/cruppstahl/hamsterdb/blob/hamsterdb-2.1.0/READMEOther changes:
- In-Memory Environments now support Transactions
- Added two new tools: ham_export to export a database into a binary format,
ham_import to create an Environment from the exported data (or to merge
the data into an existing Environment). ham_export is linked statically.
ham_export/ham_import will provide an upgrade path for newer hamsterdb
versions.
- Performance improvements when using mmap
Roadmap:
As requested I will re-implement AES encryption. Other targets for the next release are:
- cache improvements (make it faster)
- new freelist implementation (make it MUCH faster)
- ubuntu ppa support
Best regards
Christoph