summaryrefslogtreecommitdiff
path: root/src/bsr.h
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.
2022-01-28CNP save pointJSDurand
CRF and process descriptors seem to work now. It only remains to implement the set of pending actions before I can work on the driver program.
2022-01-28BSRJSDurand
A prototype of BSR is roughly finished.
2022-01-22Implemented a hash table with any type of keysJSDurand
2022-01-21temporary save pointJSDurand
Just to save some work.