Skip to content

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.

License

Notifications You must be signed in to change notification settings

huhlig/rangelock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rangelock

License Actions Status

(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.

Project Structure

  • .github - GitHub Actions Workflows and Issue Templates
  • benches - Project Benchmarks
  • src - The Source Code

License

This project is licensed under Apache License, Version 2.0.

Contribution

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages