Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: use thread_local for encoding packets #47

Merged
merged 5 commits into from
Mar 26, 2024
Merged

Conversation

andrewgazelka
Copy link
Member

@andrewgazelka andrewgazelka commented Mar 26, 2024

This greatly reduces the time using flume channels to send packets because we can batch them together.

Ideally this will reduce the time using flume channels to send packets
because we can batch them together.
@andrewgazelka andrewgazelka enabled auto-merge (squash) March 26, 2024 04:55
@andrewgazelka andrewgazelka disabled auto-merge March 26, 2024 04:55
@andrewgazelka andrewgazelka enabled auto-merge (squash) March 26, 2024 04:55
@andrewgazelka andrewgazelka merged commit 763e357 into main Mar 26, 2024
5 checks passed
@andrewgazelka andrewgazelka deleted the perf-encoding branch March 26, 2024 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant