oxc/crates/oxc_codegen
overlookmotel 42fa8ebbc2
perf(codegen): speed up building sourcemap line tables (#2591)
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).
2024-03-04 12:40:39 +08:00
..
examples feat(codegen): add sourcemap (#2565) 2024-03-03 14:44:49 +08:00
src perf(codegen): speed up building sourcemap line tables (#2591) 2024-03-04 12:40:39 +08:00
tests feat(Codegen): Improve codegen (#2460) 2024-02-21 14:41:57 +08:00
Cargo.toml chore(deps): update rust crates (#2589) 2024-03-04 11:23:06 +08:00