Version: 1.4.48, Package name: tokyocabinet-1.4.48 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Tokyo Cabinet, developed as the successor of QDBM, is a library of routines for managing a simple file-based key/value database. Keys and values are serial bytes with variable length; both binary data and character string can be used as key or value. Data are organized in a hash table, B+ tree, or fixed-length array. There is no concept of data tables or data types. |
Filesize: 977.036 KB |
Version History (View Complete History) |
|
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2015-10-13 06:06:54 by Stuart Henderson | Files touched by this commit (2) |
Log message: tweaks to tokyocabinet port: - regen PLIST - use srand_deterministic for tests - add a comment explaining about the test failures, which appear to be possibly related to cache coherency (tokyocabinet has code for non- UBC systems, but some of the failures suggest it may not be working correctly). |