Open
Description
I have some pretty large buffers (~45MB) I'm decoding, and they can create a large "GC pressure"
With TextDecoder
start: 42ms
With buffer.toString()
start: 838.85302734375ms
I know there have been discussions about TextEncoder/TextDecoder in the past, but thought I'd mention the performance boost here
Metadata
Metadata
Assignees
Labels
No labels