]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Add crc32_combine_gen() and crc32_combine_op() for fast combines.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 4 Nov 2018 18:31:46 +0000 (10:31 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 8 Dec 2018 11:36:30 +0000 (12:36 +0100)
commitcc36e352bafd42a2cddffdff926acdbe448da89f
tree8594d0af7b3385ac8bc1bc6318e4abd80fb864a4
parent9a143bb48f514065438bd59c234fd4a868fa73c7
Add crc32_combine_gen() and crc32_combine_op() for fast combines.

When the same len2 is used repeatedly, it is faster to use
crc32_combine_gen() to generate an operator, that is then used to
combine CRCs with crc32_combine_op().
crc32.c
zlib-ng.h
zlib-ng.map
zlib.h
zlib.map