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

Make chan buffered for better performance #168

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

vasi
Copy link
Contributor

@vasi vasi commented Oct 1, 2024

Now all threads can hit 100%, otherwise encoders sit around waiting for something to read these. Forgot to fix this in my previous PR, sorry!

Now all threads can hit 100%
Copy link

codecov bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.34%. Comparing base (4e1ed4e) to head (2585dff).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #168   +/-   ##
=======================================
  Coverage   79.34%   79.34%           
=======================================
  Files           7        7           
  Lines         460      460           
=======================================
  Hits          365      365           
  Misses         67       67           
  Partials       28       28           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SaveTheRbtz SaveTheRbtz merged commit df49df4 into SaveTheRbtz:main Oct 1, 2024
10 checks passed
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.

2 participants