summaryrefslogtreecommitdiffstats
path: root/include/shard/FSTrie.h
Commit message (Collapse)AuthorAgeFilesLines
* Updates/progress towards succinct trie supportDouglas Rumbaugh2024-03-201-11/+28
|
* FST Shard w/ testsDouglas Rumbaugh2024-03-191-0/+266
Needs some debugging--some methods currently fail within the library itself. The build system doesn't currently build the FST library. To compile, you'll first need to manually build it, and then place the libFST.so file in your LIBRARY_PATH and LD_LIBRARY_PATH.