(API Docs)
A Rust library providing concurrent access to ranges within data structures. Features range-based read-write locks and mutexes, allowing multiple threads to safely access non-overlapping ranges simultaneously. Ideal for parallel processing of contiguous data.
.github
- GitHub Actions Workflows and Issue Templatesbenches
- Project Benchmarkssrc
- The Source Code
This project is licensed under Apache License, Version 2.0.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.