al8n / rarena

Lock-free ARENA allocator and a set of lock-free data structures based on the ARENA allocator.
Apache License 2.0
8 stars 1 forks source link
arena arena-allocator concurrency concurrent-programming lock-free memory-management no-std rust

Rarena

This crate provides a lock-free ARENA allocator and a set of lock-free data structures based on the ARENA allocator. [github][Github-url] LoC [Build][CI-url] [codecov][codecov-url] [docs.rs][doc-url] [crates.io][crates-url] [crates.io][crates-url] license English | [简体中文][zh-cn-url]

Installation

[dependencies]
rarena = "0.3"

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.