Skip to content

BYVoid/libdarts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libdarts

libdarts is a C language wrapper of the original C++ implementation of darts-clone. Darts-clone is a clone of Darts (Double-ARray Trie System), a C++ header library for double-array trie data structure.

Install

mkdir build
cmake ..
make
make test
make install

Usage

See darts.h and test-darts.cc.