aac3faa276
The NetBSD's constant database (cdb) library provides a space efficient key-value database based on perfect hashing, thus guaranteeing the O(1) lookup time. The database preserves the key order. WWW: https://github.com/rmind/libcdb While be used by npf port
5 lines
233 B
Text
5 lines
233 B
Text
The NetBSD's constant database (cdb) library provides a space efficient
|
|
key-value database based on perfect hashing, thus guaranteeing the O(1) lookup
|
|
time. The database preserves the key order.
|
|
|
|
WWW: https://github.com/rmind/libcdb
|