Skip to content
cpettitt edited this page Sep 18, 2012 · 39 revisions

ParSeq is a framework that makes it easier to write and maintain fast, scalable applications in Java.

Some of the key benefits of ParSeq include:

  • Parallelization of asynchronous operations (such as IO)
  • Serialized execution for non-blocking computation
  • Code reuse via task composition
  • Simple error propagation and recovery
  • Execution tracing and visualization
Clone this wiki locally