cloudflare / workerd

The JavaScript / Wasm runtime that powers Cloudflare Workers
https://blog.cloudflare.com/workerd-open-source-workers-runtime/
Apache License 2.0
6.27k stars 303 forks source link

improve encodeBase64Url performance #2774

Closed anonrig closed 1 month ago

anonrig commented 1 month ago

By using simdutf, we can improve the performance of all base64url encoding operations.