#arena-allocator #lock-free #arena #structures #data #set

no-std rarena

Lock-free allocator and data structures based on ARENA

2 unstable releases

0.1.0 Jun 14, 2024
0.0.0 May 25, 2024

#11 in #arena-allocator

Download history 137/week @ 2024-05-25 3/week @ 2024-06-01 79/week @ 2024-06-08 42/week @ 2024-06-15

261 downloads per month

MIT/Apache

200KB
4K 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.1–9MB
~79K SLoC