Skip to content

v0.4

Latest
Compare
Choose a tag to compare
@basilhussain basilhussain released this 09 Dec 20:00

Added lookup table (LUT) algorithm variant to CRC32 and CRC32-POSIX implementations. The library is now built as three variants: 'fastest', 'faster', and 'small'. The 'fastest' variant uses the new LUT algorithms where implemented, otherwise unrolled bitwise algorithms as per 'faster' (which is same as the previous 'fast' variant).