Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite Headers, URL, URLSearchParams using CppGc #23008

Open
bartlomieju opened this issue Mar 20, 2024 · 2 comments
Open

Rewrite Headers, URL, URLSearchParams using CppGc #23008

bartlomieju opened this issue Mar 20, 2024 · 2 comments
Assignees
Labels
ext/web related to the ext/web crate refactor

Comments

@bartlomieju
Copy link
Member

Tbd

@bartlomieju bartlomieju self-assigned this Mar 20, 2024
@bartlomieju
Copy link
Member Author

Maybe URLPattern as well

@bartlomieju bartlomieju added ext/web related to the ext/web crate refactor labels Mar 21, 2024
@littledivy
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ext/web related to the ext/web crate refactor
Projects
None yet
Development

No branches or pull requests

2 participants