rarena

Crates.iorarena
lib.rsrarena
version0.1.0
sourcesrc
created_at2024-05-25 07:31:03.314591
updated_at2024-06-14 13:05:24.635049
descriptionLock-free allocator and data structures based on ARENA.
homepagehttps://github.com/al8n/rarena
repositoryhttps://github.com/al8n/rarena
max_upload_size
id1251783
size9,641
Al Liu (al8n)

documentation

README

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.

Commit count: 9

cargo fmt