]> git.ipfire.org Git - thirdparty/zstd.git/commit
removed frequency booster for stat initialization of btultra2
authorYann Collet <cyan@fb.com>
Wed, 8 Sep 2021 14:56:43 +0000 (07:56 -0700)
committerYann Collet <cyan@fb.com>
Wed, 8 Sep 2021 14:56:43 +0000 (07:56 -0700)
commit42a3ed752a473d813e84ac9cf5d86589060a54ce
treed6f2ac43f5c86655567166f761408f14235380d1
parentb096a5c62632b39ec6ad6eb68bc3bafc50be8df4
removed frequency booster for stat initialization of btultra2

used to be necessary to counter-balance the fixed-weight frequency update
which has been recently changed for an adaptive rate (targeting stable starting frequency stats).
lib/compress/zstd_opt.c