Develop parallel programs. Try various thread configs. GUI front-end.
Avian Computing seeks to efficiently create parallel programs by changing how we think about parallel programs. Avian Computing discourages thinking about lines of code and encourages us to use a new model: flocks of birds. Changing the model to flocks of birds makes it easier to think about the actions that we want to perform concurrently, which leads to simpler and quicker development of working parallel programs.
pRPL is a general-purpose parallel Raster Processing C++ programming Library. It enables the implementation of parallel raster-based algorithms without requiring a deep understanding of parallelcomputing, and greatly reduces the development complexity.