Paketname | libtokyocabinet-perl |
Beschreibung | Perl Binding of Tokyo Cabinet |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.33-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 608 Byte |
Hängt ab von | perl (>= 5.10.1-7), perlapi-5.10.1, libbz2-1.0, libc6 (>= 2.3.6-6~), libtokyocabinet8 (>= 1.4.37), z |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 119650 Byte |
Prüfsumme MD5 | fb9dd8d291f23044a41ba05e630d4424 |
Prüfsumme SHA1 | a157c48fe1ef3f14a2c4d29994f9526db89a3e19 |
Prüfsumme SHA256 | a21c24577861767df7b9a90b68c8c855a3a793a52444eb035fca885d9f83321e |
Link zum Herunterladen | libtokyocabinet-perl_1.33-2_i386.deb |
Ausführliche Beschreibung | Tokyo Cabinet is a library of routines for managing a database. The database
is a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length. Both binary data
and character string can be used as a key and a value. There is neither
concept of data tables nor data types. Records are organized in hash table,
B+ tree, or fixed-length array.
|