boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
246 stars 34 forks source link

Merge the read and write buffers #279

Open anarthal opened 1 month ago

anarthal commented 1 month ago

All operations work in a half-duplex fashion, so they don't need separate buffers. Pipelines have their own buffer, so they don't need this, either. This can reduce memory consumption and make #279 easier.