diff options
Diffstat (limited to 'system/tokyocabinet/README')
-rw-r--r-- | system/tokyocabinet/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/tokyocabinet/README b/system/tokyocabinet/README new file mode 100644 index 0000000000..ac1535d0ce --- /dev/null +++ b/system/tokyocabinet/README @@ -0,0 +1,3 @@ +Tokyo Cabinet is a fast and efficient key/value database. +It provides schema-less storage through hash tables, B-tree +tables, and fixed-length arrays. |