Re: [whatwg/encoding] Add a static decode and encode method to `TextEncoder` and `TextDecoder` (#267)

> since the WebIDL layer is a perf bottle neck

@hsivonen How so? In Deno we have an optimized path in our WebIDL bindings for this specific API that bypasses the slow USVString conversion completely. This should be possible in other implementations too.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/issues/267#issuecomment-1058708664
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/encoding/issues/267/1058708664@github.com>

Received on Friday, 4 March 2022 00:37:04 UTC