ladybird/Libraries/LibJS/Rust
Johan Dahlin 1fbf2023c8 LibJS: Expand lexer identifier cache to all identifiers
Remove <=8 char and ASCII-only restrictions, use first_code_unit % 128
for indexing.

WebsitesParse: 1.10x faster, -0.4% RSS (-12 MB)
WebsitesRun:   1.06x faster, -0.3% RSS (-11 MB)
2026-04-08 16:41:25 +02:00
..
src LibJS: Expand lexer identifier cache to all identifiers 2026-04-08 16:41:25 +02:00
build.rs Meta: Make Rust FFI headers reproducible 2026-03-31 15:59:04 +02:00
Cargo.toml LibJS: Generate FFI header using cbindgen instead of hand-rolling 2026-03-17 20:49:50 -05:00
cbindgen.toml LibJS: Remove C++ lexer, use Rust tokenizer for syntax highlighting 2026-03-19 21:55:10 -05:00