Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

reduce the zstd window size from 8 MB to 32 KB #195

Merged
merged 1 commit into from
Feb 24, 2021

Conversation

marten-seemann
Copy link
Collaborator

@marten-seemann marten-seemann commented Feb 22, 2021

Benchmarks using sample qlog files show that this achieves in improvement in both compression efficiency and compression speed.
More importantly, it prevents us from allocating a 8 MB every time a QUIC connection is closed.

See klauspost/compress#316.

Benchmarks using sample qlog files show that this achieves in improvement in
both compression efficiency and compression speed.
More importantly, it prevents us from allocating a 8 MB every time a QUIC
connection is closed.
@marten-seemann marten-seemann merged commit fc9aa0e into master Feb 24, 2021
@marten-seemann marten-seemann deleted the zstd-window-size branch February 24, 2021 06:04
@aschmahmann aschmahmann mentioned this pull request May 14, 2021
71 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants