summaryrefslogtreecommitdiffstats
path: root/include/shard/FSTrie.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated FSTrie to use const char * instead of std::stringDouglas Rumbaugh2024-04-151-13/+5
| | | | Note: this requires the caller to manage the memory of the strings
* Updated FSTrie benchmark and some minor fixesDouglas B. Rumbaugh2024-03-261-1/+1
|
* PointLookup: added a point lookup query for unique indexes, and some testsDouglas Rumbaugh2024-03-221-0/+6
|
* FSTrie testing and debuggingDouglas Rumbaugh2024-03-221-101/+20
|
* 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.