How much Zero-Cost is Async?

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

  • For zero-cost async traits, take a look at async_t or real_async_trait

  • real-async-trait-rs

    A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type erasure

  • For zero-cost async traits, take a look at async_t or real_async_trait

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

    Modern embedded framework, using Rust and async.

  • It's correct that async itself does not require allocations, atomics, dynamic dispatch. It looks like the most mature project in the embedded space is https://github.com/embassy-rs/embassy.

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

  • Avoid Async Rust at All Cost

    1 project | news.ycombinator.com | 23 Jan 2024
  • The state of BLE and Rust (no_std)

    2 projects | /r/rust | 10 Nov 2023
  • Lilos: A wee async RTOS for Cortex-M

    3 projects | news.ycombinator.com | 27 Jun 2023
  • Is rust used for microchip coding?

    2 projects | /r/rust | 27 Jun 2023
  • Would generators be useful for embedded?

    2 projects | /r/rust | 19 Jun 2023