jar

de.cit-ec.tcs.alignment : parallel

Maven & Gradle

Oct 26, 2018

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.

Table Of Contents

Latest Version

Download de.cit-ec.tcs.alignment : parallel JAR file - Latest Versions:

All Versions

Download de.cit-ec.tcs.alignment : parallel JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.1.x
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window parallel-3.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.citec.tcs.alignment.parallel

├─ de.citec.tcs.alignment.parallel.CommandLineProgressReporter.class - [JAR]

├─ de.citec.tcs.alignment.parallel.Engine.class - [JAR]

├─ de.citec.tcs.alignment.parallel.MatrixEngine.class - [JAR]

├─ de.citec.tcs.alignment.parallel.ProgressReporter.class - [JAR]

Advertisement