What do you guys think about Zig's approach to 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
  • zig

    General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

  • For what its worth, I agree that a global switch for the entire stdlib doesn't make much sense. But the ability for code to work regardless of if you're using async or not makes code-reusability much better; allowing you to do things like writing generic synchronization primitives that work with both a thread-blocking and an async-event-loop backend

  • redis-py

    Redis Python client

  • https://github.com/andymccurdy/redis-py https://github.com/aio-libs/aioredis

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

    Zero-allocation Client for Redis 6+

  • rust

    Empowering everyone to build reliable and efficient software.

  • Still open. https://github.com/rust-lang/rust/issues/68015

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