etaty / rediscala

Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
Apache License 2.0
790 stars 142 forks source link

fix slow multibulk response (#112) #115

Closed etaty closed 8 years ago

etaty commented 8 years ago

112

etaty commented 8 years ago

The major speed up come from converting a buffer into a Vector instead of creating a List of n elements