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

Download history 17461/week @ 2024-10-22 14905/week @ 2024-10-29 15199/week @ 2024-11-05 16476/week @ 2024-11-12 17388/week @ 2024-11-19 10536/week @ 2024-11-26 17078/week @ 2024-12-03 14998/week @ 2024-12-10 13476/week @ 2024-12-17 7520/week @ 2024-12-24 10507/week @ 2024-12-31 16806/week @ 2025-01-07 14612/week @ 2025-01-14 15286/week @ 2025-01-21 16417/week @ 2025-01-28 13619/week @ 2025-02-04

62,486 downloads per month
Used in 47 crates (21 directly)

MIT license

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