boostorg / redis

An async redis client designed for performance and scalability
https://www.boost.org/doc/libs/develop/libs/redis/doc/html/index.html
Boost Software License 1.0
212 stars 38 forks source link

152 enable reading server pushes in batches #153

Closed mzimbres closed 10 months ago

mzimbres commented 10 months ago

The performance improvement since the boost review is huge. The benchmark I have been using, which multiplex 1000 connections is processing at a rate of 3M messages/second, after the boost review it was only 250k messages/second, a 12-fold improvement.