mainJunoplay Table - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 10065
System Name: jpt
Name: Junoplay Table
Group Type: non-GNU software and documentation

Search in this Group


 

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

 

Latest News rss feed
jpt 1.1.0 released
     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 [...]

Quick Overview
 Memberlist (1 member)

Communication Tools
 Mailing Lists (0 public mailing lists)

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code