Why does sending a single message take so long time through a channel?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • glommio

    Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans.

  • I think Glommio might be what you’re looking for.

  • deque-loader-rs

    work stealing data loader

  • Nice, glad to hear! I just came up with a concept for statically initializing workers that are grouped and then taken atomically by thread local loaders; so perhaps 16 virtual cores on an 8 core CPU becomes 16 thread local workers across 4 worker groups, each with independent queues whereby workers steal from the group. Take a look perhaps it'll inspire something https://github.com/Bajix/channel-loader-rs/blob/main/channel-loader/src/worker.rs

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

  • Efficient way to read multiple files in parallel

    3 projects | /r/rust | 8 Jun 2022
  • "Best" linux io-uring library/runtime?

    1 project | /r/rust | 23 Mar 2022
  • 2022-01-11 gRPC benchmark results

    1 project | /r/rust | 12 Jan 2022
  • Rust async runtime based on io-uring.

    5 projects | /r/rust | 9 Dec 2021
  • Rust Is Safe. But Is It Fast? (p99 conf talk)

    1 project | /r/rust | 9 Oct 2021