summaryrefslogtreecommitdiff
path: root/src/test/check_crf.c
AgeCommit message (Collapse)Author
2022-02-05replace some hash table usage by tuplesJSDurand
Previously I used hash tables, which consume too much memory. Now the critical parts are replaced by a new hand-written library called "tuple.h". Now we can easily parse larger inputs. I haven't tested its limits, though.
2022-01-28rename cnp to crfJSDurand
THat file implements support functions for the CNP algorithm, not the algorithm itself.