/cedar

Primary LanguageC++

Cedar

About

Try to understand cedar trie and implement a specified version of mine and use it for my current work.

How to run and debug

Use CMake to compile,

./lcompile.sh

Or just use VSCode CMake plugins to build it if you want to use VSCode to debug it.

Then make some data,

cd ./build/bin/
./mkcedar words.txt trie.bin

Then, you could run it under /build/bin directory,

./cedar trie.bin

You could also debug it directly use VSCode if you build this project with VSCode CMake Plugins and VSCode C/C++ plugins.

Reference