hamsterdb 2.0.2 - Release Notes
hamsterdb Embedded Storage is a database engine written in ANSI C. It supports
a B+Tree index structure, uses memory mapped I/O (if available),
fast Cursors and variable length keys and can create In-Memory Databases.
With this release hamsterdb is now thread safe. Boost (http://www.boost.org)
is now required for building the sources.
Approximate matching is now enabled for ham_cursor_find.
New Features
- Approximate matching now works with ham_cursor_find
- hamsterdb is now thread safe
Bugfixes
- Fixed a buffer overrun in the freelist
Other Changes
- Several code cleanups; more modules were converted to C++
Known Issues
For more information, read the README and the ChangeLog.