Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Gpars - Groovy parallel systems

  • Share this:
post-title
Gpars is a framework which provides straightforward Java or Groovy-based APIs to declare, which parts of the code should be performed in parallel. Collections can have their elements processed concurrently, closures can be turned into composable asynchronous functions and run in the background on your behalf, mutable data can be protected by agents or software transactional memory.

GPars helps to create several independent Actors, which consume messages passed to them and communicate with other actors by sending them messages.
http://gpars.codehaus.org/
License:
Tech: