]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Added rolling hash functions for hash table.
authorNathan Moinvaziri <nathan@nathanm.com>
Fri, 11 Jun 2021 00:25:27 +0000 (17:25 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 25 Jun 2021 18:09:14 +0000 (20:09 +0200)
commit694878996926ba75373d62c9a8011c1b01a1cb0b
tree9588ca512ea430d3c22990df8eb090905abdd044
parentc0cca0854206e25b41f1ee403dfb9a522ba85328
Added rolling hash functions for hash table.
12 files changed:
CMakeLists.txt
Makefile.in
arch/arm/insert_string_acle.c
arch/x86/insert_string_sse.c
deflate.c
deflate.h
insert_string.c
insert_string_roll.c [new file with mode: 0644]
insert_string_tpl.h
win32/Makefile.a64
win32/Makefile.arm
win32/Makefile.msc