C++20 coroutine benchmark result, using my coroutine library

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

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

    asyncio is a c++20 library to write concurrent code using the async/await syntax. (by netcan)

    I publish my coroutine library: asyncio(https://github.com/netcan/asyncio) that imitate python asyncio, some people may be interested in the performance of c++20 coroutine features, so I benchmark my library in localhost, and in terms of comparisons with other methods.

  • ces

    CES - Coroutines, Epoll and Sockets

    Btw, this is the library: https://github.com/HappyCerberus/ces

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

  • uvloop

    Ultra fast asyncio event loop.

    Nice ! What about python with the free asyncio upgrade https://github.com/MagicStack/uvloop ?

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