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

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

JetBrains - Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. 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.

  2. JetBrains

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains logo
  3. ces

    CES - Coroutines, Epoll and Sockets

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

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

  • Benchmark asyncio vs gevent vs native epoll

    1 project | dev.to | 13 Dec 2022
  • So it begins.

    1 project | /r/ProgrammerHumor | 1 May 2022
  • trio VS awaits - a user suggested alternative

    2 projects | 9 Dec 2023
  • Help running crystal on remote server

    1 project | /r/crystal_programming | 5 Jul 2023
  • Trio: Structured Concurrency for Python

    1 project | news.ycombinator.com | 11 Feb 2023

Did you know that C++ is
the 7th most popular programming language
based on number of references?