https://github.com/pedromfedricci/malthlock
An implementation of Dave Dice's scalable, concurrency restrictive and eventually fair lock for mutual exclusion, referred to as Malthusian lock (WIP).
https://github.com/pedromfedricci/malthlock
concurrency multithreading mutex mutual-exclusion rust-lang spinlock synchronization
Last synced: 4 months ago
JSON representation
An implementation of Dave Dice's scalable, concurrency restrictive and eventually fair lock for mutual exclusion, referred to as Malthusian lock (WIP).
- Host: GitHub
- URL: https://github.com/pedromfedricci/malthlock
- Owner: pedromfedricci
- License: apache-2.0
- Created: 2024-09-28T19:51:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T01:50:52.000Z (about 1 year ago)
- Last Synced: 2025-06-27T15:03:30.149Z (about 1 year ago)
- Topics: concurrency, multithreading, mutex, mutual-exclusion, rust-lang, spinlock, synchronization
- Language: Rust
- Homepage: https://crates.io/crates/malthlock
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# An opinionated implementation of the Malthusian lock
## Minimum Supported Rust Version (MSRV)
This crate is guaranteed to compile on a Minimum Supported Rust Version (MSRV)
of 1.85.0 and above. This version will not be changed without a minor version
bump.
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license ([LICENSE-MIT](LICENSE-MIT) or )
## Contributing
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 dual licensed as above, without any additional terms or conditions.
## Code review
It is recommended to always use [cargo-crev] to verify the trustworthiness of
each of your dependencies, including this one.