https://github.com/beached/parallel
Some parallel helpers
https://github.com/beached/parallel
Last synced: 2 months ago
JSON representation
Some parallel helpers
- Host: GitHub
- URL: https://github.com/beached/parallel
- Owner: beached
- License: bsl-1.0
- Created: 2021-02-17T21:57:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T01:07:48.000Z (about 3 years ago)
- Last Synced: 2025-01-07T21:12:32.606Z (4 months ago)
- Language: C++
- Size: 98.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parallel Header Helpers   
## 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 .
```