Welcome to gpars - Groovy Parallel Systems
gpars provides a set of Groovy DSLs for concurrent processing to offer Groovy developers intuitive ways to handle tasks concurrently
This project has been formerly known as GParallelizer.
Main Areas
- Concurrent collection processing
- Actor programming model
- Distributed (remote) actors
- Dataflow concurrency constructs
Project's main values
- clever and clean design
- elegant APIs
- flexibility through metaprogramming
- application-level solutions that scale with number of cores
- distribution through "scripting" - shipping groovy scripts over the wire
Labels