Concept

Map reduce

Modified just now
Books JourneyProgramming Language Theory Statuslearning Tags
  • programming paradigm

A Programming model that processes large datasets by applying a function to each element (map) then combining results with an associative operation (reduce), enabling parallelization.

A programming model that processes large datasets by applying a function to each element (map) then combining results with an associative operation (reduce), enabling parallelization.