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(encoding): improve hex encode/decode performance #6499

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

BlackAsLight
Copy link
Contributor

This pull request brings the performance added in #6480 to the stable hex functions, but in a non-breaking manner. The only difference a user would find is a difference in error message if providing an invalid encoded string.

@BlackAsLight BlackAsLight requested a review from kt3k as a code owner March 20, 2025 05:11
Copy link

codecov bot commented Mar 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.30%. Comparing base (48fae8f) to head (3e1e8d2).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6499      +/-   ##
==========================================
- Coverage   95.30%   95.30%   -0.01%     
==========================================
  Files         575      575              
  Lines       43279    43258      -21     
  Branches     6467     6461       -6     
==========================================
- Hits        41247    41226      -21     
  Misses       1993     1993              
  Partials       39       39              

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants