]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Reorder 'inflate_state' struct to improve cache-locality of variables
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Wed, 25 Sep 2024 15:25:19 +0000 (17:25 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 8 Oct 2024 13:51:12 +0000 (15:51 +0200)
commit18af70057acc2c965fb9de6019d86b472389b0a1
tree931fa31c261573121aca93f7f74a75952e42aec7
parenta5c20ed67e0f58c05346cee74e31fd63f487c74f
Reorder 'inflate_state' struct to improve cache-locality of variables
needed by inffast (from 6 cachelines to 1).
Also fill in some unnecessary holes.
inflate.h