libcoro

C++20 coroutine library (by jbaldwin)

Libcoro Alternatives

Similar projects and alternatives to libcoro

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better libcoro alternative or higher similarity.

libcoro reviews and mentions

Posts with mentions or reviews of libcoro. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-16.
  • Ask HN: What are some tools / libraries you built yourself?
    264 projects | news.ycombinator.com | 16 May 2021
    https://github.com/jbaldwin/liblifthttp

    I created a C++17 HTTP client which is backed by curl and libuv (linux only! sorry windows). I think a lot of people have done this or something similar but almost all of the ones I looked at either exposed the curl api directly in some fashion or had extremely weak async support. So my main motivation was extremely easy asynchronous queries for high throughput with a very modern C++ API that has as good as you can get memory safety, or at least as good as modern C++ will let you get. No raw curl calls or api exposed at all. I used to find it extremely difficult to make C++ HTTP calls, now its a real breeze.

    My next project is a bit more ambitious: https://github.com/jbaldwin/libcoro/ -- I'd like to make a C++20 HTTP client from the ground up with first class coroutine support, and I'll be using lift as a benchmark to beat performance wise.

Stats

Basic libcoro repo stats
1
455
8.3
about 1 month ago

jbaldwin/libcoro is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of libcoro is C++.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com