MyNixOS website logo
Description

Tokyo Cabinet: a modern implementation of DBM.

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.

    Tokyo Cabinet is developed as the successor of GDBM and QDBM on the
    following purposes.  They are achieved and Tokyo Cabinet replaces
    conventional DBM products: improves space efficiency, improves time
    efficiency, improves parallelism, improves usability, improves
    robustness, supports 64-bit architecture.
Metadata

Version

1.4.48

Executables (18)

Show all
  • bin/tchtest
  • bin/tcucodec
  • bin/tcumttest
  • bin/tcfmttest
  • bin/tcatest
  • bin/tcamgr
  • bin/tcttest
  • bin/tcfmgr
  • bin/tcbmgr
  • bin/tchmgr
  • bin/tcbmttest
  • bin/tcamttest
  • bin/tctmttest
  • bin/tchmttest
  • bin/tcbtest
  • bin/tcftest
  • bin/tctmgr
  • bin/tcutest

Platforms (44)

    Darwin
    FreeBSD 13
    Linux
    NetBSD
    OpenBSD
    Redox
    Solaris
    Windows
Show all
  • aarch64-darwin
  • aarch64-linux
  • aarch64-netbsd
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • i686-cygwin
  • i686-darwin
  • i686-freebsd13
  • i686-linux
  • i686-netbsd
  • i686-openbsd
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • microblaze-linux
  • microblazeel-linux
  • mips-linux
  • mips64-linux
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • powerpc-netbsd
  • powerpc64-linux
  • powerpc64le-linux
  • riscv32-linux
  • riscv32-netbsd
  • riscv64-linux
  • riscv64-netbsd
  • s390-linux
  • s390x-linux
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd13
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris