Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 428 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 428 Bytes

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