TCS Alignment Toolbox Parallel Computing

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.

License

License

GroupId

GroupId

de.cit-ec.tcs.alignment
ArtifactId

ArtifactId

parallel
Last Version

Last Version

3.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

TCS Alignment Toolbox Parallel Computing
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.
Project URL

Project URL

http://openresearch.cit-ec.de/projects/tcs
Source Code Management

Source Code Management

http://openresearch.cit-ec.de/projects/tcs/repository

Download parallel

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.8

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
3.1.1
3.1.0
3.0.1
3.0.0
2.1.2
2.0.0