mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
Speed up building the line tables for source maps, using same kind of techniques as have been using in the lexer: * Iterate byte-by-byte not char-by-char (`chars` iterator is slow). * Fast path for ASCII (common case). |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| tests | ||
| Cargo.toml | ||