https://github.com/duarten/cosmo
Rust concurrency utils
https://github.com/duarten/cosmo
concurrent-data-structure performance rust
Last synced: 11 months ago
JSON representation
Rust concurrency utils
- Host: GitHub
- URL: https://github.com/duarten/cosmo
- Owner: duarten
- License: apache-2.0
- Created: 2015-08-09T10:26:55.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T04:44:50.000Z (over 3 years ago)
- Last Synced: 2025-03-27T19:54:28.941Z (11 months ago)
- Topics: concurrent-data-structure, performance, rust
- Language: Rust
- Homepage: https://docs.rs/crate/cosmo
- Size: 545 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cosmo
[](https://github.com/duarten/cosmo/actions?query=workflow%3A.github%2Fworkflows%2Fci.yml+branch%3Amain+) [](https://codecov.io/gh/duarten/cosmo)
This crate provides high performance concurrency tools for Rust. It currently contains:
* A bounded single-producer single-consumer concurrent queue and channel.
Use `cargo build` to build the crate, `cargo test` to run the unit-tests, and
`cargo bench` to run the benchmarks.
Documentation can be viewed [here](https://docs.rs/crate/cosmo).