Mapping

Map (higher-order function)

The concept of map in programming languages refers to a higher-order function that applies a given function to each element of a collection and returns the results in a collection of the same type. It can be used with various types of containers, including lists, sets, trees, and abstract containers like futures and promises.

1 courses cover this concept

CS 315B Parallel Programming

Stanford University

Fall 2022

This course explores advanced topics in supercomputer programming, with a focus on tasking runtimes. It offers a survey of programming models, supercomputer architectures, and in-depth lessons on tasking. Students will gain hands-on experience in cuNumeric and Regent programming languages. While it doesn't assume extensive background, good programming skills are required.

No concepts data

+ 16 more concepts