Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: hubertf
Date: Thu Jan 20 01:40:11 UTC 2000
Update of /cvsroot/pkgsrc/devel/avltree
In directory nb00:/tmp/cvs-serv11336
Log Message:
AVLtree is a small, malloc-based, in-memory index package generally
like B-trees and hash tables. The interface resembles that of the BPLUS
(B-tree) index package.
Index creation options are:
- fixed-length binary keys OR variable-length string keys
- unique OR duplicate keys
- with duplicate keys:
standard (void *) pointers for each key OR
instance-counting (saves time and memory)
Key insert/search time is O(log N).
Package submitted in PR 9252 by wrstuden%netbsd.org@localhost, assembled by
Bill Ross.
Status:
Vendor Tag: TNF
Release Tags: pkgsrc-base
N pkgsrc/devel/avltree/Makefile
N pkgsrc/devel/avltree/files/md5
N pkgsrc/devel/avltree/files/patch-sum
N pkgsrc/devel/avltree/pkg/PLIST
N pkgsrc/devel/avltree/pkg/DESCR
N pkgsrc/devel/avltree/pkg/COMMENT
N pkgsrc/devel/avltree/patches/patch-aa
No conflicts created by this import
Home |
Main Index |
Thread Index |
Old Index