subpar
Substitutable parallelization for C++ libraries
Loading...
Searching...
No Matches
subpar.hpp
Go to the documentation of this file.
1#ifndef SUBPAR_SUBPAR_HPP
2#define SUBPAR_SUBPAR_HPP
3
4#include "test.hpp"
5#include "range.hpp"
6#include "simple.hpp"
7
17namespace subpar {}
18
19#endif
Substitutable parallelization functions.
Parallelize across a range of tasks.
Parallelize individual tasks across workers.