Skip to content

Performance improvements Base64#187

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

Performance improvements Base64#187
05nelsonm merged 2 commits intomasterfrom
performance/base-64

Conversation

@05nelsonm
Copy link
Copy Markdown
Owner

  • Removes use of FeedBuffer from Base64 encoding/decoding operations
  • Optimizes Base64 encoding by referencing character table constants directly via new EncoderFeed abstraction.

@05nelsonm 05nelsonm self-assigned this 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

05nelsonm commented Nov 3, 2025

When comparing before/after benchmarks, it looks like a slight improvement for Native and wasm, and a 2x improvement when encoding for JVM.

@05nelsonm 05nelsonm merged commit a0e3098 into master Nov 3, 2025
12 checks passed
@05nelsonm 05nelsonm deleted the performance/base-64 branch November 3, 2025 19:29
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