Skip to content
shinberg edited this page May 5, 2015 · 2 revisions

Performance

Comparison table to other libraries

n(number of redis set requests) 100000 1000000
acl (10 threads), ms 4007 33051
redis-cpp-cluster (10 threads), ms 2671 25000
redis-cpp-cluster(async), ms 444 10080
Performance tests were performed on a vagrant 4 core Debian wheezy VM.

Results shows that multithreaded (10 threads) cpp-hiredis-cluster is about 30% faster than acl library. And single threaded asynchronous cpp-hiredis-cluster application is more than 3 times faster than acl multithreaded app.

Clone this wiki locally