Archive

Archive for November, 2011

hamsterdb: release 2.0.0.rc3

November 29th, 2011

Another stabilization release of the 2.0.0 branch – the last few known issues were fixed, and performance was improved.
The next release might already be the final 2.0.0 release. It will feature more performance improvements (i will get rid of the physical log for most of the transactional operations), more refactoring and most likely some small API changes. The file format will continue to be compatible to 1.x and the ABI will also be compatible (the header file will change, the library interface not.)

Everything’s available for download, including precompiled win32 libraries.
http://hamsterdb.com/download.

Even when 2.0 is stable i will continue to maintain 1.x over the next few years (at least).

chris Coding, hamsterdb, Libraries

hamsterdb: release 1.1.15

November 8th, 2011

This is a minor bug fix release.

The bug was a type conversion of the cache size to a 32bit value. If you use cache sizes > 2 GB then you should upgrade. If not then you can skip this release.

Get the new files here: here.

chris Coding, Databases, hamsterdb, Libraries