[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
@jemoka / Jemoka Knowledge Base / wiki/concepts/reduce.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- title: "reduce" type: concept related: [Reduce] source: https://www.jemoka.com/posts/kbhreduce/ confidence: high status: active --- reduce reduces compute time for list-based operations: it changes a linear series of events to divide-and-conquer so you can parallelize it in theory reduce only works for associative operations?