Skip to content

Performance improvements Base16#186

Merged
05nelsonm merged 2 commits intomasterfrom
performance/base-16
Nov 3, 2025
Merged

Performance improvements Base16#186
05nelsonm merged 2 commits intomasterfrom
performance/base-16

Conversation

@05nelsonm
Copy link
Copy Markdown
Owner

  • Removes use of FeedBuffer from Base16 decoding
  • Optimizes Base16 encoding by referencing character table constants directly via new EncoderFeed abstraction

@05nelsonm 05nelsonm self-assigned this Nov 3, 2025
@05nelsonm 05nelsonm force-pushed the performance/base-16 branch from c0fb873 to c03b691 Compare November 3, 2025 13:58
@05nelsonm 05nelsonm changed the title Performance improvement Base16 Performance improvements Base16 Nov 3, 2025
Copy link
Copy Markdown
Owner Author

@05nelsonm 05nelsonm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

@05nelsonm
Copy link
Copy Markdown
Owner Author

When comparing before/after benchmarks, it looks like a slight improvement for Native, 2x improvement for Jvm, and basically no change for wasm.

@05nelsonm 05nelsonm merged commit 588cb85 into master Nov 3, 2025
12 checks passed
@05nelsonm 05nelsonm deleted the performance/base-16 branch November 3, 2025 14:28
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