-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Open
Description
I've been mainly working on the TextDecoder performance gains for the past couple of weeks. It seems that ICU, even though is required for v8 Intl, is slow for UTF-8 encoding & decoding.
I recommend either adding ztd.text or encoding_rs with C++ bindings as a dependency and improving the performance of the TextDecoder & TextEncoder which will improve a lot of applications worldwide.
Deno uses encoding_rs and Bun uses a custom implementation.
Some good references:
kibertoad, tony-go and krkMoLow
Metadata
Metadata
Assignees
Labels
No labels