oxc/crates/oxc_allocator
overlookmotel 76ea52babe perf(allocator): inline Box methods (#8572)
Add `#[inline]` or `#[inline(always)]` to many of `Box`'s methods. In particular, `Box::new_in` should absolutely always be inlined, for the same reasons that `Allocator::alloc` should be.
2025-01-18 01:23:57 +00:00
..
src perf(allocator): inline Box methods (#8572) 2025-01-18 01:23:57 +00:00
Cargo.toml feat(allocator): add HashMap (#8553) 2025-01-16 23:29:57 +00:00
CHANGELOG.md release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00