summaryrefslogtreecommitdiff
path: root/src/psl.inc
Commit message (Collapse)AuthorAgeFilesLines
* convert huffman table to 32bit valuesVincent Sanders2016-09-241-1296/+888
| | | | | | by using 32bit values instead of 8bit we make the hufman decode require fewer memory acesses and can work on four times as many bits of source data in one go.
* huffman encode string tableVincent Sanders2016-09-231-12593/+9451
| | | | By huffman encoding the string table we can save 20% (15KB) size
* updated generated file with statsVincent Sanders2016-09-191-18/+29
|
* Add pre-generated include and PSL databaseVincent Sanders2016-09-161-0/+13529
add the generated file so build time does not need perl with extra modules add PSL database so exactly what went into the generated file is kept