oxc-project
oxc
BlogDocsChangelog

Performance History

Latest Results

perf(allocator): remove ineffective `likely` hint and `#[cold]` from Vec grow - Remove `likely()` wrapper function - the `#[cold]` attribute on `alloc_slow` already tells LLVM the slow path is unlikely - Remove `#[cold]` from Vec's inner grow function - for interleaved Vec growth patterns (e.g., in `tally_slot_frequencies`), this path is actually hot, not cold. Keep `#[inline(never)]` to avoid code bloat. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
refactor/remove-bumpalo
28 minutes ago

Active Branches

refactor(allocator): replace bumpalo with custom bump allocator
last run
28 minutes ago
#18141
CodSpeed Performance Gauge
-3%
#18166
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs