hhvm icon indicating copy to clipboard operation
hhvm copied to clipboard

Reuse Zstd DContext to avoid frequent memory allocations

Open efiks opened this issue 5 years ago • 2 comments

Summary: Avoid high volume of calls to malloc during memcache client decompression.

Differential Revision: D20802366

efiks avatar Apr 02 '20 03:04 efiks

This pull request was exported from Phabricator. Differential Revision: D20802366

facebook-github-bot avatar Apr 02 '20 03:04 facebook-github-bot

In April 2020, we ran experiments testing how this would improve/regress perf in production. Unfortunately, the experiments showed a regression...

jthemphill avatar Apr 02 '21 18:04 jthemphill