From 27c31d6b090ea04e6b735b230b6977b396b4098f Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 20 Feb 2008 22:54:31 -0300 Subject: [PATCH] Added tokyocabinet (1.1.15) - A modern implementation of a DBMS --- database/tokyocabinet/tokyocabinet.cache | 24 +++++++++++++++ database/tokyocabinet/tokyocabinet.desc | 37 ++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 database/tokyocabinet/tokyocabinet.cache create mode 100644 database/tokyocabinet/tokyocabinet.desc diff --git a/database/tokyocabinet/tokyocabinet.cache b/database/tokyocabinet/tokyocabinet.cache new file mode 100644 index 000000000..e0316cd26 --- /dev/null +++ b/database/tokyocabinet/tokyocabinet.cache @@ -0,0 +1,24 @@ + +[TIMESTAMP] 1203556552 Wed Feb 20 22:15:52 2008 +[BUILDTIME] 100 (9) +[SIZE] 1.76 MB, 61 files + +[DEP] 00-dirtree +[DEP] bash +[DEP] binutils +[DEP] bzip2 +[DEP] coreutils +[DEP] diffutils +[DEP] findutils +[DEP] gcc +[DEP] glibc +[DEP] grep +[DEP] linux-header +[DEP] make +[DEP] mktemp +[DEP] net-tools +[DEP] sed +[DEP] sysfiles +[DEP] tar +[DEP] util-linux +[DEP] zlib diff --git a/database/tokyocabinet/tokyocabinet.desc b/database/tokyocabinet/tokyocabinet.desc new file mode 100644 index 000000000..9de1256ad --- /dev/null +++ b/database/tokyocabinet/tokyocabinet.desc @@ -0,0 +1,37 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../tokyocabinet/tokyocabinet.desc +[COPY] Copyright (C) 2008 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] A modern implementation of a DBMS + +[T] Tokyo Cabinet is a library of routines for managing a database. It is the +[T] successor of QDBM. Tokyo Cabinet runs very fast. For example, the time +[T] required to store 1 million records is 1. 5 seconds for a hash database +[T] and 2. 2 seconds for a B+ tree database. Moreover, the database size +[T] is very small. For example, the overhead for a record is 16 bytes for +[T] a hash database, and 5 bytes for a B+ tree database. Furthermore, the +[T] scalability of Tokyo Cabinet is great. The database size can be up to 8EB. + +[U] http://tokyocabinet.sourceforge.net/ + +[A] Mikio Hirabayashi +[M] Alejandro Mery + +[C] extra/database + +[L] LGPL +[S] Stable +[V] 1.1.15 +[P] X -----5---9 800.000 + +[D] 3165020077 tokyocabinet-1.1.15.tar.gz http://tokyocabinet.sourceforge.net/