Groovy Source
B
Bloggers
Build Systems
 
C
Charting & Reporting
Code Analyzers
Collections
 
E
ERP & CRM
Eclipse Plugins
 
F
Financial Soft
 
I
Installers
Inversion of Control
Issue Tracking
 
J
JMX
Job Schedulers
 
N
Network Clients
 
P
PDF Libraries
Persistence
Project Management
 
R
RSS & RDF Tools
Rule Engines
 
S
Security
Swing
 
T
Template Engines
Testing Tools
Text Processing
 
U
UML & Modeling
 
W
Web Frameworks
Web Mail
Web Servers
Web Services
Web Testing
Wiki Engines
Workflow Engines
 

Open Source Collections Libraries in Groovy

GParallelizer

GParallelizer offers Groovy developers intuitive ways to handle tasks concurrently. This framework provides straightforward Groovy-based Domain Specific Languages (DSLs) to declare, which parts of the code should be performed in parallel. Objects are enhanced with asynchronous methods like eachAsync(), collectAsync() and others, to perform collection-based operations in parallel. Also, closures can be turned into their asynchronous variants, which when invoked schedule the original closure for processing in an executor service. The library also provides several helper methods for running a set of closures concurrently.

Go To GParallelizer