Noteworthy concurrent data structures?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • dashmap

    Blazing fast concurrent HashMap for Rust.

  • The only one I've used is Dashmap, it's a concurrent interior-mutability hashmap. Very convenient crate in the case you need that.

  • crossbeam

    Tools for concurrent programming in Rust

  • Development seems to have stalled for some completed PRs and there's no current plan for crossbeam to support async

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • im-rs

    Assorted immutable collection datatypes for Rust

  • There’s also im.

  • concurrent

    A crate with some concurrent data structures. (by Zoxc)

  • Repo: concurrent (needs a new name)

  • syncbuf

    A small library of append-only, thread-safe, lock-free data structures.

  • Since you asked, my little project in this area has been Syncbuf: https://github.com/bplevin36/syncbuf. It has 2 lock-free concurrent buffer types that are low-overhead by being append-only.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts