summaryrefslogtreecommitdiff
path: root/src/test/check_pred.c
AgeCommit message (Collapse)Author
2022-02-01need to stop abusing hash tablesJSDurand
Hash tables take too much space! If I use hash tables, the length of the input will be severely limited, to an unacceptable extent. So we have to use arrays instead.