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)
commit261eae0ae1af69612e6952c0dc35f1aed7670192
treec055be29a22c172d945468c2d44d07151ad44e3a
parent290375682f0e348699a8250e1176e9db71e5e54c
Use a local temporary buffer for decompression instead of a global.

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.
Brotli.xs
This page took 0.010604 seconds and 4 git commands to generate.