86 releases (51 breaking)

new 0.51.0 Feb 15, 2025
0.49.0 Feb 10, 2025
0.44.0 Dec 25, 2024
0.38.0 Nov 26, 2024
0.0.1 Mar 30, 2023

#458 in Programming languages

Download history 15068/week @ 2024-10-26 14664/week @ 2024-11-02 16642/week @ 2024-11-09 17467/week @ 2024-11-16 11950/week @ 2024-11-23 15780/week @ 2024-11-30 15462/week @ 2024-12-07 14718/week @ 2024-12-14 7385/week @ 2024-12-21 9786/week @ 2024-12-28 15377/week @ 2025-01-04 16070/week @ 2025-01-11 14817/week @ 2025-01-18 14685/week @ 2025-01-25 17604/week @ 2025-02-01 21332/week @ 2025-02-08

71,299 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