Skip to content

Tokyo Cabinet Lua binding, very good hash/B+tree/fixed length/table/abstract local DBM.

Notifications You must be signed in to change notification settings

lalawue/lua-tokyocabinet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Tokyo Cabinet from Tokyo Cabinet: a modern implementation of DBM, version 1.4.48, with Lua binding from slact/lua-tokyocabinet-static.

Origin Lua binding export tokyocabinet to global ENV, I modified this, make it return table.

Build

please modify build.sh for Lua/LuaJIT library path.

$ ./build.sh tokyocabinet # build tokyocabinet DBM
$ ./build.sh lua -I/usr/local/include -L/usr/local/lib -lluajit # build Lua library

and run test

$ sh test.sh

Usage

refers to lua-example, build.sh it and run test.sh to get a glance.

About

Tokyo Cabinet Lua binding, very good hash/B+tree/fixed length/table/abstract local DBM.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published