Thinking about it a bit more, my pull-request #244 was a bit stupid -- and I made worse (but faster). While it ensures the values are sent to random partition, it keeps relative order when two keys collide (which they will do very often), and pointlessly serializes junk.
Thinking about it a bit more, my pull-request #244 was a bit stupid -- and I made worse (but faster). While it ensures the values are sent to random partition, it keeps relative order when two keys collide (which they will do very often), and pointlessly serializes junk.