]> git.lizzy.rs Git - zlib.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)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 4 Nov 2018 18:31:46 +0000 (10:31 -0800)
commit41d86c73b21191a3fa9ea5f476fc9f1fc5e4f8b3
treeccb2cf4ee7f9f8713706d77dd8289178e2fbb7b1
parent47cb41295751ee1b1b7e0acbfb847ea24324d5aa
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.h