ladybird/Libraries/LibURL/Rust
Shannon Booth 4a986de52f LibURL: Optimize ASCII path/query parsing
Copy contiguous ASCII path/query runs in one slice append, instead of
processing each code point individually. Fall back to the normal state
machine for delimiters, percent escapes, non-ASCII input, and validation
cases.

This gives a 2.4x speedup on a benchmark parsing common web URLs.
2026-05-28 09:27:41 +02:00
..
src LibURL: Optimize ASCII path/query parsing 2026-05-28 09:27:41 +02:00
build.rs
Cargo.toml LibURL: Implement URLPattern in Rust 2026-05-28 09:27:41 +02:00
cbindgen.toml