Skip to content
/ rarena Public
generated from al8n/template-rs

Lock-free ARENA allocator and a set of lock-free data structures based on the ARENA allocator.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

al8n/rarena

Repository files navigation

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.