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.
- Host: GitHub
- URL: https://github.com/al8n/rarena
- Owner: al8n
- License: apache-2.0
- Created: 2024-05-25T02:59:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T00:40:07.000Z (about 1 year ago)
- Last Synced: 2025-12-19T02:50:35.122Z (3 months ago)
- Topics: arena, arena-allocator, concurrency, concurrent-programming, lock-free, memory-management, no-std, rust
- Language: Rust
- Homepage:
- Size: 318 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README-zh_CN.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
Awesome Lists containing this project
README
ARENA
基于ARENA的无锁数据结构
[
][Github-url]
[
][CI-url]
[
][codecov-url]
[
][doc-url]
[
][crates-url]
[
][crates-url]

[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