mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +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). |
||
|---|---|---|
| .. | ||
| context.rs | ||
| gen.rs | ||
| gen_ts.rs | ||
| lib.rs | ||
| operator.rs | ||
| sourcemap_builder.rs | ||