Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 7.27 KB

README.md

File metadata and controls

43 lines (31 loc) · 7.27 KB

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.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.