dartist / redis_client

A high-performance async/non-blocking Redis client for Dart
BSD 2-Clause "Simplified" License
100 stars 29 forks source link

performance patch #56

Closed ra1u closed 9 years ago

ra1u commented 9 years ago

I have added benchmarking code and made little fix that boost performance by factor 3!

mythz commented 9 years ago

ok great, can you confirm if the existing tests still pass?

ra1u commented 9 years ago

They all pass. I can confirm.

mythz commented 9 years ago

fantastic thx!