Map (parallel pattern)

id: map-parallel-pattern-248-2209046
title: Map (parallel pattern)
text: Map is an idiom in parallel computing where a simple operation is applied to all elements of a sequence, potentially in parallel. It is used to solve embarrassingly parallel problems: those problems that can be decomposed into independent subtasks, requiring no communication/synchronization between the subtasks except a join or barrier at the end. When applying the map pattern, one formulates an elemental function that captures the operation to be performed on a data item that represents a part
brand slug: wiki
category slug: encyclopedia
description:
original url: https://en.wikipedia.org/wiki/Map_(parallel_pattern)
date created:
date modified: 2023-02-12T05:00:26Z
main entity: {"identifier":"Q25345894","url":"https://www.wikidata.org/entity/Q25345894"}
image:
fields total: 13
integrity: 13

Related Entries

Explore Next Part