Async Rust: Cooperative vs Preemptive scheduling

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Comparison of Rust async and Linux thread context switch time.

  • As we can see with these measurements made by Jim Blandy, context switching is roughly 8.5 times faster with async than with Linux threads and use approximately 20 times less memory.

  • rust

    Empowering everyone to build reliable and efficient software.

  • let res = reqwest::get("https://www.rust-lang.org").await?;

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

    Docker Official Image packaging for golang

  • For example, the Go programming relies on preemptive scheduling.

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

  • Why Async Rust?

    3 projects | news.ycombinator.com | 15 Oct 2023
  • backon: Maybe the most elegant retry library ever

    3 projects | /r/rust | 7 Feb 2023
  • Relive: 50 years of C, the good, the bad and the ugly

    8 projects | news.ycombinator.com | 30 Dec 2022
  • Create a Custom GitHub Action in Rust

    3 projects | dev.to | 28 Apr 2024
  • I hate Rust (programming language)

    1 project | news.ycombinator.com | 22 Apr 2024