An open API service indexing awesome lists of open source software.

https://github.com/beached/parallel

Some parallel helpers
https://github.com/beached/parallel

Last synced: 2 months ago
JSON representation

Some parallel helpers

Awesome Lists containing this project

README

        

# Parallel Header Helpers ![](https://github.com/beached/parallel/workflows/MacOS/badge.svg) ![](https://github.com/beached/parallel/workflows/Ubuntu/badge.svg) ![](https://github.com/beached/parallel/workflows/Windows/badge.svg)

## Description
A set of header only parallel helpers. Most should have tests located in the [tests](tests/) folder

## Building
to build
```bash
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=DEBUG ..
cmake --build . --target full --config Debug
```

## Testing
To run unit tests

```bash
ctest -C Debug
```

## Installing

```bash
cmake --install .
```