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.

Лицензия

Лицензия

Группа

Группа

de.cit-ec.tcs.alignment
Идентификатор

Идентификатор

parallel
Последняя версия

Последняя версия

3.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://openresearch.cit-ec.de/projects/tcs
Система контроля версий

Система контроля версий

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

Скачать parallel

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.16.8

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
3.1.1
3.1.0
3.0.1
3.0.0
2.1.2
2.0.0