Junoplay Table - Summary
This group is not part of the GNU Project.
The interface is designed to be very straightforward to use, requiring only a call to "init", "insert" and "close" to create a database file and insert a value into it.
Each database is represented by a single sparse table, that can have up to 2^32 (4 billion) columns and an "arbitrary" number of rows.
The database employs PATRICIA tries and bloom filters for fast data
retrieval. Newly inserted data is buffered in a splay tree (as well as a linear transaction log file) for fast data storage.
Registration Date: Tue 11 Nov 2008 07:10:52 PM UTC
License: GNU General Public License v3 or later
Development Status: 4 - Beta
posted by mortehu, Tue 31 Mar 2009 03:35:04 PM UTC
On 31st of March 2009, version 1.1.0 of the jpt database library was released.
The source code can be downloaded from:
https://savannah.nongnu.org/files/?group=jpt
This version of jpt adds the djptd daemon, which allows multiple processes to access a single database simultaneously. Unit tests and the random stress test program were
[...]
- Browse open items
Submit a new item
Powered by Savane 3.14-d582.
Corresponding source code