Releases: merdmann/Collaboration
Release of the Collaboration Package Version 1.0.1c
Release of the Collaboration Package Version 1.0.1b
Collaboration 1.0.1a is a simplistic Ada framework which allows to speed up
computing task by applying a simple parallelism scheme.
The framework is not intended to solve all problems of parallelism but it can be applied to all situations where it is possible to break down the result set into disjunct partitions which can be calculated independently of other partitions.
The software is in a rather early stage; so it lacks good documentation,
error handing and a system wide installation procedure.
Release of the Collaboration Package Version 1.0.1a
Collaboration 1.0.1a is a simplistic Ada framework which allows to speed up
computing task by applying a simple parallelism scheme.
The framework is not intended to solve all problems of parallelism but it can be applied to all situations where it is possible to break down the result set into disjunct partitions which can be calculated independently of other partitions.
The software is in a rather early stage; so it lacks good documentation,
error handing and a system wide installation procedure.
Initial Release
Collaboration 1.0.1 provides a simple Ada framework for parallelisation of computing tasks . This frame work can be applied to all situations where it is possible to break down the result set into partitions which can be calculated independently of other partitions.
The release platform is Linux.