Posts

Installing Kubernetes on a cluster of heterogeneous nodes

Maps in all glory, but often you want to combine all the elements worked on to a single value. That’s a reduce.

Many languages have the map pattern build in. Here we investigate them for Rust, Java and Python.

A map is the most fundamental parallel pattern when you can perform an operation on each element in a collection independently. …