paraffin
Iterative and recursive parallelism generics for Ada 2005
Description
A suite of Ada 2005 generics to facilitate iterative and recursive parallelism for multicore systems and provide safer recursion for single and multicore systems. Includes useful generics for parallel quicksort, fast fourier transform, function integration, and Red-Black trees
paraffin Web SiteFeatures
- iterative generics to add parallelism to loops
- recursive generics to add parallelism to recursive code
- Supports Work-Sharing, Work-Seeking, and Work-Stealing parallelism
- Stack safe recursion avoids stack overflow, allows deep recursion to complete for small stacks
- Supports reduction capabilities to produce summary result for parallelism
- Useful utility generics that provide parallel function integration, quicksort, fast fourier transform, and Red-Black Trees
User Reviews
Be the first to post a review of paraffin!