go-sif / sif

Sif is a framework for fast, predictable, general-purpose distributed computing in the map/reduce paradigm.
Apache License 2.0
32 stars 3 forks source link

Repartition() #4

Closed Ghnuberath closed 4 years ago

Ghnuberath commented 4 years ago

The ability to group data, by key, on individual workers. Useful for improving the efficiency of certain reductions, or to combat data skew.