Re: [whatwg/encoding] Consider decode() with offset/length (#219)

> High performance applications try to avoid creating temporaries to reduce GC impact.

Is there a reason why the JS engines can't do escape analysis and heap-allocate temporary view objects? Is there a reason why the nursery in the GC doesn't take care of this?

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

Received on Tuesday, 23 June 2020 10:55:44 UTC