#arena-allocator #lock-free

no-std rarena

Lock-free allocator and data structures based on ARENA

3 releases (breaking)

0.3.2 Sep 21, 2024
0.3.1 Sep 21, 2024
0.2.0 Aug 29, 2024
0.1.0 Jun 14, 2024
0.0.0 May 25, 2024

#407 in Memory management

MIT/Apache

360KB
7K SLoC

Rarena

This crate provides a lock-free ARENA allocator and a set of lock-free data structures based on the ARENA allocator.

github LoC Build codecov

docs.rs crates.io crates.io license

English | 简体中文

Installation

[dependencies]
rarena = "0.1"

License

rarena is under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT for details.

Copyright (c) 2024 Al Liu.

Dependencies

~0.4–8.5MB
~87K SLoC