mysql
MySQL C++ client based on Boost.Asio (by boostorg)
redis
An async redis client designed for performance and scalability (by boostorg)
mysql | redis | |
---|---|---|
7 | 5 | |
282 | 256 | |
-0.4% | 2.3% | |
8.4 | 8.1 | |
20 days ago | 3 days ago | |
C++ | C++ | |
gtkbook License | gtkbook 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.
mysql
Posts with mentions or reviews of mysql.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-08.
- What C++ library do you wish existed but hasn’t been created yet?
- Please could you recommend a C++ ORM for accessing open source databases such as PostgreSQL?
-
The Boost MySQL Review has begun!
Documentation: https://anarthal.github.io/mysql/index.html
-
My thoughts and dreams about a standard user-space I/O scheduler
For example Boost-Beast and Boost-Mysql(not officially boost) receive user provided asio::io_context and every other library in this ecosystem should be the same.
-
What is the standard for writing network & database code in C++?
Boost.MySQL has just started review process for acceptance of boost. It's based on asio. https://github.com/anarthal/mysql
-
Proposing Boost.Mysql for Boost inclusion
The library is at https://github.com/anarthal/mysql and the documentation is at https://anarthal.github.io/mysql/. Examples under https://anarthal.github.io/mysql/mysql/examples.html.
redis
Posts with mentions or reviews of redis.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-18.
- The costs of asynchronous abstractions (C++)
-
Build Your Own Redis with C/C++
[2] https://github.com/boostorg/redis/issues/53
-
Boost.Redis is ACCEPTED*
You can find a list with the names of the reviewers here: https://github.com/boostorg/redis/issues/53
What are some alternatives?
When comparing mysql and redis you can also consider the following projects:
qcoro - C++ Coroutines for Qt
aedis - An async redis client designed for performance and scalability [Moved to: https://github.com/boostorg/redis]
mqtt5 - A C++17 MQTT client based on Boost.Asio.
twemproxy - A fast, light-weight proxy for memcached and redis
nativejson-benchmark - C/C++ JSON parser/generator benchmark
ducky - A quack quacky UDP cache server 🦆 developed for the Networking course of "Sicurezza dei Sistemi e Delle Reti Informatiche" bachelor's degree program.