]> iEval git - io-compress-brotli.git/commitdiff
Use a local temporary buffer for decompression instead of a global.
authorQuim Rovira <quim@rovira.cat>
Sun, 14 Aug 2016 09:08:20 +0000 (11:08 +0200)
committerQuim Rovira <quim@rovira.cat>
Sun, 14 Aug 2016 09:08:20 +0000 (11:08 +0200)
Allocating the temporary buffer on each call to decompress might be
slightly less efficient, but that would mostly impact streaming
decompression with very small blocks.

Not even sure this change is really worth doing.. it could use some
benchmarking to see if it really makes sense.


No differences found
This page took 0.024049 seconds and 4 git commands to generate.