文件名称:kyotocabinet-perl-1.11.tar
介绍说明--下载内容来自于网络,使用问题请自行百度
这是 kyoko cabinet C语言库代码 Perl 的绑定接口。
kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。
-This perl library wraps the polymorphic database of the C++ API. So, you can select the internal data structure by specifying the database name in runtime. This library is thread-safe.
Kyoto 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. Each key must be unique within a database. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.
The following access methods are provided to the database: storing a record with a key and a value, deleting a record by a key, retrieving a record by a key. Moreover, traversal access to every key are provided. These access methods are similar to ones of the original DBM (and its followers: NDBM and GDBM) library defined in the UNIX standard. Kyoto Cabinet is an alternativ
kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。
-This perl library wraps the polymorphic database of the C++ API. So, you can select the internal data structure by specifying the database name in runtime. This library is thread-safe.
Kyoto 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. Each key must be unique within a database. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.
The following access methods are provided to the database: storing a record with a key and a value, deleting a record by a key, retrieving a record by a key. Moreover, traversal access to every key are provided. These access methods are similar to ones of the original DBM (and its followers: NDBM and GDBM) library defined in the UNIX standard. Kyoto Cabinet is an alternativ
(系统自动生成,下载前可以参看下载内容)
下载文件列表
kyotocabinet-perl-1.11/
kyotocabinet-perl-1.11/example/
kyotocabinet-perl-1.11/example/kcdbex2.pl
kyotocabinet-perl-1.11/example/memsize.pl
kyotocabinet-perl-1.11/example/kcdbex1.pl
kyotocabinet-perl-1.11/example/kcdbex3.pl
kyotocabinet-perl-1.11/MANIFEST
kyotocabinet-perl-1.11/test.pl
kyotocabinet-perl-1.11/kctest.pl
kyotocabinet-perl-1.11/Makefile.PL
kyotocabinet-perl-1.11/makedoc.pl
kyotocabinet-perl-1.11/doc/
kyotocabinet-perl-1.11/doc/index.html
kyotocabinet-perl-1.11/KyotoCabinet.pod
kyotocabinet-perl-1.11/COPYING
kyotocabinet-perl-1.11/makedist.sh
kyotocabinet-perl-1.11/KyotoCabinet.pm
kyotocabinet-perl-1.11/README
kyotocabinet-perl-1.11/KyotoCabinet.xs
kyotocabinet-perl-1.11/example/
kyotocabinet-perl-1.11/example/kcdbex2.pl
kyotocabinet-perl-1.11/example/memsize.pl
kyotocabinet-perl-1.11/example/kcdbex1.pl
kyotocabinet-perl-1.11/example/kcdbex3.pl
kyotocabinet-perl-1.11/MANIFEST
kyotocabinet-perl-1.11/test.pl
kyotocabinet-perl-1.11/kctest.pl
kyotocabinet-perl-1.11/Makefile.PL
kyotocabinet-perl-1.11/makedoc.pl
kyotocabinet-perl-1.11/doc/
kyotocabinet-perl-1.11/doc/index.html
kyotocabinet-perl-1.11/KyotoCabinet.pod
kyotocabinet-perl-1.11/COPYING
kyotocabinet-perl-1.11/makedist.sh
kyotocabinet-perl-1.11/KyotoCabinet.pm
kyotocabinet-perl-1.11/README
kyotocabinet-perl-1.11/KyotoCabinet.xs
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.