denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
98.21k stars 5.41k forks source link

Rewrite Headers, URL, URLSearchParams using CppGc #23008

Open bartlomieju opened 8 months ago

bartlomieju commented 8 months ago

Tbd

bartlomieju commented 8 months ago

Maybe URLPattern as well

littledivy commented 8 months ago

Makes sense for Headers and URLSearchParams. new URL uses buffers to efficiently index into serialized URL in JS - this is already pretty fast and does not leak memory.