summaryrefslogtreecommitdiff
path: root/src/btree/bt_huffman.c
Commit message (Expand)AuthorAgeFilesLines
* review & fix the english table.Keith Bostic2011-05-211-1/+1
* Fix type usage.Keith Bostic2011-05-251-2/+2
* Change the huffman code to accept frequencies from 0 to UINTMAX_T, that givesKeith Bostic2011-05-201-208/+199
* Change the Huffman frequency table to be byte-value/frequency-value pairs,Keith Bostic2011-05-141-37/+39
* Add support for external Huffman frequency table files.Keith Bostic2011-05-131-0/+361