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

chore: upgrade base64-simd to 0.8.0 #17463

Merged
merged 1 commit into from
Jan 18, 2023
Merged

Conversation

Nugine
Copy link
Contributor

@Nugine Nugine commented Jan 18, 2023

This PR upgrades the base64-simd dependency of deno_web.

base64-simd v0.8 supports forgiving_decode in "copy" mode, "inplace" mode or "alloc" mode.
When #17159 resolves, they can be used to reduce unnecessary allocations and copies.

base64-simd v0.8 also supports AArch64 SIMD out of box.

Copy link
Member

@littledivy littledivy left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

@littledivy littledivy merged commit 9686a00 into denoland:main Jan 18, 2023
@Nugine Nugine deleted the base64-simd branch January 18, 2023 14:40
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.

None yet

2 participants