Ngoguey42 / btree

Btree data structure for stable indexing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Clone bentov and oracle and link it

# from btree/
mkdir vendors
cd ..
git clone https://github.com/gbelouze/bentov
git clone https://github.com/gbelouze/oracle
cd btree/
cd vendors
ln -s ../../bentov
ln -s ../../oracle
cd ..

About

Btree data structure for stable indexing


Languages

Language:OCaml 92.1%Language:Python 6.3%Language:C 1.2%Language:Shell 0.4%