From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed.news.ucla.edu!usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!sequencer.elbracht.net!news7.united-newsserver.de!not-for-mail From: Michael Erdmann Subject: Release of the Collaboration Package Version 1.0.1a Newsgroups: comp.lang.ada User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 18 Aug 2013 19:35:32 GMT Message-ID: <52112204$0$14294$afc38c87@news7.united-newsserver.de> Organization: united-newsserver, Premium-Usenet NNTP-Posting-Host: 714d7131.news7.united-newsserver.de X-Trace: DXC=L?hhk@n2Ua0lUgWS5R2>A:K=DUJ=O8K_0`P[ek5W0_<7G76QG[`F; C\W5oMc<`j8=HbUFJncRc0 X-Complaints-To: abuse@united-newsserver.de X-Original-Bytes: 1707 Xref: number.nntp.dca.giganews.com comp.lang.ada:183062 Date: 2013-08-18T19:35:32+00:00 List-Id: Dear all, 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. Anyway it is rather easy to use :-) You may download the release via: https://github.com/merdmann/Collaboration/releases/tag/1.0.1a The software is in a rather early stage; so it lacks good documentation, error handing and a system wide installation procedure. Regards M.Erdmann