Hyperbridge: Fast multi-producer, multi-consumer unbounded channel in Rust

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Tools for concurrent programming in Rust

  • Why use this or Flume over the crossbeam multi-producer multi-consumer channel [1]? I thought crossbeam was well-regarded and pretty much the unofficial standard library for sync code.

    https://github.com/crossbeam-rs/crossbeam/tree/master/crossb...

  • hyperbridge

    Fast multi-producer, multi-consumer unbounded channel with async support.

  • 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
  • flume

    A safe and fast multi-producer, multi-consumer channel. (by zesterer)

  • The repository seems abandoned; or maybe complete?

    At work we use flume, which is another capable multi-producer, multi-consumer async-capable channel [1]. It's great for shuffling data between threads, as well as between async tasks, and between threads and async tasks. Basically any time you want to pieces of code to exchange data or signals without pesky shared state.

    1: https://github.com/zesterer/flume

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