packio
An asynchronous msgpack-RPC and JSON-RPC library built on top of Boost.Asio. (by qchateau)
asyncio
asyncio is a c++20 library to write concurrent code using the async/await syntax. (by netcan)
packio | asyncio | |
---|---|---|
2 | 3 | |
153 | 895 | |
0.7% | 0.0% | |
3.0 | 3.4 | |
5 months ago | over 1 year ago | |
C++ | C++ | |
Mozilla Public License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
packio
Posts with mentions or reviews of packio.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Asio is great if you’re building a library/application with non-Asio API. But building Asio APIs using async compositions is too messy. Anybody else agree ?
That's not even helpful, as you usually read/write using composed ops and they will interleave anyway. To have an io object that's capable of correctly pipelining multiple concurrent write- or read-operations, you need a custom strand like this: https://github.com/qchateau/packio/blob/master/include/packio/internal/manual_strand.h
-
Looking for remote procedure call (RPC) library
packio, it's an async msgpack-rpc or json-rpc library based on boost.asio
asyncio
Posts with mentions or reviews of asyncio.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-06.
- Good C++ Source Code
-
C++20 coroutine benchmark result, using my coroutine library
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.
- Asyncio: Imitate Python's Asyncio For C++
What are some alternatives?
When comparing packio and asyncio you can also consider the following projects:
libev - Full-featured high-performance event loop loosely modelled after libevent
Boost.Asio - Asio C++ Library
Dasynq - Thread-safe cross-platform event loop library in C++
zab - C++20 liburing backed coroutine executor and event loop framework.
libuv - Cross-platform asynchronous I/O