Skip to content

fix: thread safety selecting codec#1041

Merged
mayeut merged 1 commit into
masterfrom
thread-safety
Jul 18, 2026
Merged

fix: thread safety selecting codec#1041
mayeut merged 1 commit into
masterfrom
thread-safety

Conversation

@mayeut

@mayeut mayeut commented Jul 18, 2026

Copy link
Copy Markdown
Owner

libbase64 was re initialized on each call. It was likely harmless, at least on most common platform. It's also a bit more performant although not significant.

libbase64 was re initialized on each call. It was likely harmless, at least on most common platform. It's also a bit more performant although not significant.
@codspeed-hq

codspeed-hq Bot commented Jul 18, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 48 untouched benchmarks


Comparing thread-safety (f2dee31) with master (49e273f)

Open in CodSpeed

@codecov

codecov Bot commented Jul 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.58%. Comparing base (49e273f) to head (f2dee31).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1041   +/-   ##
=======================================
  Coverage   99.58%   99.58%           
=======================================
  Files          11       11           
  Lines        1927     1928    +1     
  Branches      307      308    +1     
=======================================
+ Hits         1919     1920    +1     
  Partials        8        8           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mayeut
mayeut merged commit 4ba96ef into master Jul 18, 2026
49 of 67 checks passed
@mayeut
mayeut deleted the thread-safety branch July 18, 2026 12:46
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