Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Changes:
2007-03-07
- The hash function of on-memory map was optimized.
- A bug related to large object was fixed.
- Release: 1.8.76
|
|
|
|
Changes:
2006-11-10 Mikio Hirabayashi
- The utility API was enhanced.
- A bug related to B+ tree API for Ruby was fixed.
- Release: 1.8.75
|
|
Patch provided by Sergey Svishchev in private mail.
|
|
Changes:
2006-10-06 Mikio Hirabayashi
- The utility API was enhanced.
- Release: 1.8.72
|
|
Changes:
2006-08-24 Mikio Hirabayashi
- Makefile was modified to assure portability.
- Silent flag was added to the C++ API, the Java API, and the Ruby API.
- Release: 1.8.71
|
|
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
|
|
|
|
QDBM is an embeded database library compatible with GDBM and NDBM. It
features hash database and B+ tree database and is developed referring
to GDBM for the purpose of the following three points: higher
processing speed, smaller size of a database file, and simpler API.
This package provides the C++ interface of QDBM.
|