|
Lux IO - Yet Another Fast Database Manager Lux IO is a yet another fast database manager. It supports B+-tree and Array index in either cluster or non-cluster index. It's originally designed for storing large expanding data as a value in Lux Search Engine, but it's also pretty fast for small and a large number of data. Features * Fast indexed retrieval (B+-tree, Array) * Support both cluster and non-cluster index * mmap(2) the whole index structure in cluster index * 2 ways in data management in non-cluster index (Linked and Padded) o Linked mode for large expanding data o Padded mode for less likely expanding data http://luxio.sourceforge.net/ tags: berkeleydb
Splay trees in practice for large text collections
Tokyo Cabinet: a modern implementation of DBM
QDBM: Quick Database Manager
|