summaryrefslogtreecommitdiff
path: root/doc/crc-doc.1.0.pdf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Speed up software CRC-32 computation by a factor of 1.5 to 3.Mark Adler2018-12-261-0/+0
Use the interleaved method of Kadatch and Jenkins in order to make use of pipelined instructions through multiple ALUs in a single core. This also speeds up and simplifies the combination of CRCs, and updates the functions to pre-calculate and use an operator for CRC combination.