diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-01-20 01:40:10 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-01-20 01:40:10 +0000 |
commit | 6c5800d97b0a71f3335c3a086341f5293648706c (patch) | |
tree | 376db2298536dd59ed31cfdda7a66d9e947d0b0f /devel/boehm-gc | |
parent | 4cffbbad7b4d984d6d469c99b426713e2551ef28 (diff) | |
download | pkgsrc-6c5800d97b0a71f3335c3a086341f5293648706c.tar.gz |
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, assembled by
Bill Ross.
Diffstat (limited to 'devel/boehm-gc')
0 files changed, 0 insertions, 0 deletions