hamsterdb 1.0.6 - Release Notes
This release adds a new flag HAM_CACHE_UNLIMITED which uses unlimited
cache, and is therefore nearly as fast as a pure In-Memory Database.
Also, the unittests now compile with gcc 4.3.x and glibc 2.8. The C++ API
has a new function to assign a key with a template parameter. ./configure
has a new option --enable-system-zlib to link against -lz instead of the
zlib version which is provided with hamsterdb. Finaly, the tutorial has a
a new chapter about Transactions.
New Features
- New flag HAM_CACHE_UNLIMITED for unlimited cache
Bugfixes
- Unittests now compile with gcc 4.3.x and glibc 2.8
Other Changes
- New ./configure switch --enable-system-zlib
- The Tutorial has a chapter about Transaction support
- The C++ API has a template function to assign keys
Known Issues
For more information, read the README and the CHANGELOG.