Skip to content

Reuse Zstd DContext to avoid frequent memory allocations#8680

Open
efiks wants to merge 1 commit into
facebook:masterfrom
efiks:export-D20802366
Open

Reuse Zstd DContext to avoid frequent memory allocations#8680
efiks wants to merge 1 commit into
facebook:masterfrom
efiks:export-D20802366

Conversation

@efiks

@efiks efiks commented Apr 2, 2020

Copy link
Copy Markdown
Contributor

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

Differential Revision: D20802366

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

Differential Revision: D20802366

fbshipit-source-id: 9aa905c28a6c5e9c8748a87c710aa2bfb9e74be9
@facebook-github-bot

Copy link
Copy Markdown
Contributor

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

@jthemphill

Copy link
Copy Markdown
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment