chrisdinn / brando

A Redis client written with Akka's IO package
Other
107 stars 24 forks source link

compute shard lookup in a Future #34

Closed paintcan closed 10 years ago

paintcan commented 10 years ago

Removes slight queueing congestion from Brando when used with many shards

chrisdinn commented 10 years ago

This change represents a significant performance improvement at high throughput. Great work.