swc/benches
Donny/강동윤 6a41e9a0be
fix(es): Fix performance bugs (#2313)
swc_common:
 - Optimize `SourceMap.span_until_char`.

swc_ecma_codegen:
 - Make `Emitter` generic.

swc_ecma_parser:
 - `Lexer`: Reuse allocation of `String`.
 - `Lexer`: Avoid copying useless data.
2021-09-29 12:10:38 +00:00
..
assets Improve performance (#993) 2020-08-26 20:50:18 +09:00
bugs/1 fix(es): Fix performance bugs (#2313) 2021-09-29 12:10:38 +00:00
bugs.rs fix(es): Fix performance bugs (#2313) 2021-09-29 12:10:38 +00:00
typescript.rs fix(common, node/swc): Allow inlining sourcesContent (#2245) 2021-09-14 02:31:32 +00:00