oxc/crates/oxc_codegen
overlookmotel 4448b63692 perf(codegen): faster writing indentation (#7820)
Write indentation faster. Previously was writing indentation to buffer with a call to `memset`, which is relatively expensive. Where indentation `<= 16` (common case), write 16 tabs with a single 16-byte XMM write, which is faster.
2024-12-13 05:17:32 +00:00
..
examples feat(codegen): better whitespace minification for import / export statements (#7650) 2024-12-04 19:24:03 +00:00
src perf(codegen): faster writing indentation (#7820) 2024-12-13 05:17:32 +00:00
tests/integration fix(codegen): print delete 2e308 as delete (0, Infinity) (#7761) 2024-12-10 08:37:50 +00:00
Cargo.toml release(crates): v0.40.1 (#7781) 2024-12-11 00:35:34 +08:00
CHANGELOG.md release(crates): v0.40.0 (#7775) 2024-12-10 23:04:43 +08:00