84 releases (49 breaking)
new 0.49.0 | Feb 10, 2025 |
---|---|
0.48.1 | Jan 26, 2025 |
0.44.0 | Dec 25, 2024 |
0.38.0 | Nov 26, 2024 |
0.0.1 | Mar 30, 2023 |
#691 in Programming languages
62,486 downloads per month
Used in 47 crates
(21 directly)
66KB
838 lines
⚓ Oxc Memory Allocator
Oxc uses a bump-based memory arena for faster AST allocations.
This crate contains an Allocator
for creating such arenas, as well as ports of data types
from std
adapted to use this arena:
See Allocator
docs for information on efficient use of Allocator
.
Dependencies
~1–1.4MB
~20K SLoC