2 Commits

Author SHA1 Message Date
sthen
94d14c30fa 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).
2015-10-13 12:06:54 +00:00
sthen
f1d694f382 import ports/databases/tokyocabinet, ok landry@
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.
2015-10-11 21:39:18 +00:00