An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Cosmo

[![Build Status](https://github.com/duarten/cosmo/actions/workflows/ci.yml/badge.svg)](https://github.com/duarten/cosmo/actions?query=workflow%3A.github%2Fworkflows%2Fci.yml+branch%3Amain+) [![codecov](https://codecov.io/gh/duarten/cosmo/branch/main/graph/badge.svg?token=90N9DUDSLM)](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).