03/16/10hamsterdb Embedded Database 1.1.3 released
This release improves performance and adds a new feature: records can now
read and written partially (with flag HAM_PARTIAL). This feature required
changes to the ham_record_t structure, therefore the ABI of hamsterdb is
not backwards compatible (but the API and file format is). The
libtool version was incremented, and the Win32 libraries now have the
version encoded in the filename of the dynamic and static libraries.
Sources and CHANGELOG are available for
download
here!
02/13/10hamsterdb Embedded Database 1.1.2 released
This release introduces a new feature: duplicate keys can now be sorted.
Sorting is enabled with the flag HAM_SORT_DUPLICATES, and the default collation
can be overwritten by installing a sort function with
ham_set_duplicate_compare_func.
Additionally, this release fixes a few minor bugs and refactors lots of code.
Sources and CHANGELOG are available for
download
here!