-
- Downloads
Merge pull request #200 from mateiz/hash-fix
AppendOnlyMap fixes - Chose a more random reshuffling step for values returned by Object.hashCode to avoid some long chaining that was happening for consecutive integers (e.g. `sc.makeRDD(1 to 100000000, 100).map(t => (t, t)).reduceByKey(_ + _).count`) - Some other small optimizations throughout (see commit comments)
No related branches found
No related tags found
Loading
Please register or sign in to comment