dispenso 1.4.1
A library for task parallelism
Loading...
Searching...
No Matches
Dispenso

A high-performance C++14 library for task parallelism

Dispenso provides mechanisms for thread pools, task sets, parallel for loops, futures, pipelines, task graphs, and more.

Quick Start

dispenso::parallel_for(0, 1000, [](size_t i) {
// Process item i in parallel
});

Getting Started

New to dispenso? Start with the Getting Started Guide for step-by-step tutorials and working examples.

API Modules

Resources