Skip to content

HerbertJordan/parec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Parallel Recursive Library Build Status

A utility set of recursive algorithms and data structures, including degraded cases like list for building composable, parallel applications.

How to Build

mkdir build
cd build
LIBS_HOME=~/libs cmake <path to local repo>
make -j && make test && make valgrind

About

A collection of parallel recursive algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages