A package was submitted to savannah.nongnu.org
This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]


Petr Silhavy <[EMAIL PROTECTED]> described the package as follows:
License: gpl
Other License: 
Package: AVLDB - AVL DataBase library
System name: avldb
Type: non-GNU

Description:
http://chaos.fobie.cz/src/avldb-0.2.38.tar.gz


AVLDB is a multiuser database library, written in C. Only one
indexing method is threaded AVL (Adelson-Velskij-Landis) tree
(functions for manipulation of binary trees was borrowed Ben Pfaff's
libavl 2.0).

   Key features are multiple files (tables), indexes etc., the support
of concurrent access to the data , transactions undo/redo,
"Binary large objects", and multi-volume database.  This library has been designed for 
read speed and nearby no artificial limits, so that the only way to access database is 
mmap.

There is no differece between data and index in this library, data is index. Main 
disadvadtage of this philosophy is : each secondary index is yet another copy (with 
different order) of the whole table.

Other Software Required:


Other Comments:



_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers

Reply via email to