]> git.ipfire.org Git - thirdparty/zstd.git/commit
improved decompression speed
authorYann Collet <cyan@fb.com>
Wed, 10 Oct 2018 22:48:43 +0000 (15:48 -0700)
committerYann Collet <cyan@fb.com>
Wed, 10 Oct 2018 22:48:43 +0000 (15:48 -0700)
commitd3ec23313d4b9f9856608c18d7d6d729615904f9
tree5d491c9468c80149db49b6336fd22519018f45d8
parent8d2c844cf13d233a46c4a069c99e7658d9f61127
improved decompression speed

while reviewing #1364,
I found a decompression speed improvement.

On my laptop, the new code decompresses +5-6% faster on clang
and +2-3% faster on gcc.

not bad for an accidental optimization...
lib/common/bitstream.h