is not current version
Last Version 3.1.1

de.cit-ec.tcs.alignment:parallel 3.0.1

This module provides a very basic support for the parallel computing of tasks (Engine class) and entries of a matrix (MatrixEngine). This is basically just a wrapper around the java standard functionality for parallel computing (mainly the Standard Thread Pool and the Future interface). Additional functionality is provided by the ProgressReporter interface, which can be used as a hook to provide information on the current state of the parallel computing task to other modules or the user.

GroupId

GroupId

de.cit-ec.tcs.alignment
ArtifactId

ArtifactId

parallel
Version

Version

3.0.1
Type

Type

jar

Download parallel 3.0.1


<!-- https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/parallel/ -->
<dependency>
    <groupId>de.cit-ec.tcs.alignment</groupId>
    <artifactId>parallel</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/parallel/
implementation 'de.cit-ec.tcs.alignment:parallel:3.0.1'
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/parallel/
implementation ("de.cit-ec.tcs.alignment:parallel:3.0.1")
'de.cit-ec.tcs.alignment:parallel:jar:3.0.1'
<dependency org="de.cit-ec.tcs.alignment" name="parallel" rev="3.0.1">
  <artifact name="parallel" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.tcs.alignment', module='parallel', version='3.0.1')
)
libraryDependencies += "de.cit-ec.tcs.alignment" % "parallel" % "3.0.1"
[de.cit-ec.tcs.alignment/parallel "3.0.1"]