libdarts icon indicating copy to clipboard operation
libdarts copied to clipboard

C Library of Double-Array Trie System

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.