Skip to content

whiled0ne/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.

About

C Library of Double-Array Trie System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.1%
  • C 10.9%
  • CMake 4.0%