Describe the change
added via b5f5239
we have URL (FastURL) export for bun, deno and node which uses lazy getters to make access to pathname and query significantly faster. (ported from h3)
benchmarks can be done with bench:url:node, bench:url:deno, bench:url:bun
Describe the change
added via b5f5239
we have
URL(FastURL) export for bun, deno and node which uses lazy getters to make access topathnameandquerysignificantly faster. (ported from h3)benchmarks can be done with
bench:url:node,bench:url:deno,bench:url:bun