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: round encoder buffer size to nearest sizeclasses #416

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

muktihari
Copy link
Owner

Previously on PR #415, we updated encoder's buffer size to 1537, however we found that this size can be rounded into nearest golang's sizeclasses: https://go.dev/src/runtime/sizeclasses.go, which is 1536.

@muktihari muktihari added the performance Changes related to performance improvement label Sep 11, 2024
@muktihari muktihari self-assigned this Sep 11, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (fd72df2) to head (bfe47cf).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #416   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           41        41           
  Lines         3695      3695           
=========================================
  Hits          3695      3695           

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

@muktihari muktihari merged commit 0616e92 into master Sep 11, 2024
5 checks passed
@muktihari muktihari deleted the perf/update-encoder-buffer-size branch September 11, 2024 04:55
@muktihari muktihari added this to the v0.22.0 milestone Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Changes related to performance improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants