summaryrefslogtreecommitdiffstats
path: root/tests/fst_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PointLookup: added a point lookup query for unique indexes, and some testsDouglas Rumbaugh2024-03-221-2/+2
|
* Updates/progress towards succinct trie supportDouglas Rumbaugh2024-03-201-4/+4
|
* FST Shard w/ testsDouglas Rumbaugh2024-03-191-0/+55
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.