License |
License |
---|---|
GroupId | GroupIdde.cit-ec.tcs.alignment |
ArtifactId | ArtifactIdparallel |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTCS 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parallel-3.1.1.pom | |
parallel-3.1.1.jar | 13 KB |
parallel-3.1.1-sources.jar | 10 KB |
parallel-3.1.1-javadoc.jar | 59 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |