An open API service indexing awesome lists of open source software.

https://github.com/al8n/rarena

Lock-free ARENA allocator and a set of lock-free data structures based on the ARENA allocator.
https://github.com/al8n/rarena

arena arena-allocator concurrency concurrent-programming lock-free memory-management no-std rust

Last synced: 19 days ago
JSON representation

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

Awesome Lists containing this project

README

          


ARENA



基于ARENA的无锁数据结构

[github][Github-url]
LoC
[Build][CI-url]
[codecov][codecov-url]

[docs.rs][doc-url]
[crates.io][crates-url]
[crates.io][crates-url]
license

[English][en-url] | 简体中文

## Installation

```toml
[dependencies]
rarena = "0.4"
```

#### License

`rarena` is under the terms of both the MIT license and the
Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE), [LICENSE-MIT](LICENSE-MIT) for details.

Copyright (c) 2024 Al Liu.

[Github-url]: https://github.com/al8n/rarena/
[CI-url]: https://github.com/al8n/template/actions/workflows/template.yml
[doc-url]: https://docs.rs/rarena
[crates-url]: https://crates.io/crates/rarena
[codecov-url]: https://app.codecov.io/gh/al8n/rarena/
[license-url]: https://opensource.org/licenses/Apache-2.0
[rustc-url]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
[license-apache-url]: https://opensource.org/licenses/Apache-2.0
[license-mit-url]: https://opensource.org/licenses/MIT
[en-url]: https://github.com/al8n/rarena/tree/main/README.md