hhvm
hhvm copied to clipboard
Reuse Zstd DContext to avoid frequent memory allocations
Summary: Avoid high volume of calls to malloc during memcache client decompression.
Differential Revision: D20802366
This pull request was exported from Phabricator. Differential Revision: D20802366
In April 2020, we ran experiments testing how this would improve/regress perf in production. Unfortunately, the experiments showed a regression...