Commit graph

4 commits

Author SHA1 Message Date
skrll
02dacd1493 Revert bsd.lib.mk part of last leaving the "tidy up" part.
bsd.lib.mk is broken in netbsd-1-5. I'm off to ask for the pull up request.
2000-09-25 19:11:44 +00:00
skrll
cc659d72ec Adapt to new bsd.lib.mk 2000-09-25 18:51:59 +00:00
agc
a1caab21ce There are times when libtool is complete overkill. This is one of them.
Use a BSD-style Makefile for this package.
2000-01-20 11:13:04 +00:00
hubertf
6c5800d97b 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.
2000-01-20 01:40:10 +00:00