Closed rjagerman closed 8 years ago
Currently data is send as an Array of keys/values in a basic Akka message. For best performance it is worthwhile to investigate low level Akka TCP streams.
This doesn't seem necessary at the moment since message performance (especially with the new specialized serializers) is already quite good.
Currently data is send as an Array of keys/values in a basic Akka message. For best performance it is worthwhile to investigate low level Akka TCP streams.