# P³LS³**P**redictable **P**arallel **P**atterns **L**ibrary for **S**calable **S**mart **S**ystems## Project StructureThe project uses [CMAKE](https://cmake.org/) as it's build system,the recommended IDE is either a simple text editor or [CLion](https://www.jetbrains.com/clion/).We divide the project into subtargets to separate for the libraryitself, testing and example code. The library itself can be found in`lib/pls`, testing related code is in `test`, example and playgroundapps are in `app`.