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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,f4f9a5641fe807e0 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!news2.glorb.com!news-xfer.nntp.sonic.net!posts.news.sonic.net!nnrp0.nntp.sonic.net!not-for-mail Message-ID: <4d3f3b67$0$22088$742ec2ed@news.sonic.net> From: "R. Tyler Croy" Subject: Re: Paraffin: Parallelism generics for Ada 2005 Newsgroups: comp.lang.ada References: User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (Linux/2.6.34.7-0.7-desktop (x86_64)) Date: 25 Jan 2011 21:06:47 GMT Organization: Sonic.Net NNTP-Posting-Date: 25 Jan 2011 21:06:47 GMT NNTP-Posting-Host: 9255a5ed.news.sonic.net X-Trace: DXC=K<`blfRHJ6j1L<5oeC6I2om4K\QM1CV^`1OYf0H`?;Xa8Y@4j2d5Kof]C\c48cD:Ik?UM1FXM=[PmH5I[4hlS>]f X-Complaints-To: abuse@sonic.net Xref: g2news2.google.com comp.lang.ada:17656 Date: 2011-01-25T21:06:47+00:00 List-Id: Brad Moore wrote: > The initial release of paraffin is available at > > http://paraffin.sourceforge.net/ > > It provides generics for adding parallelism to loops and recursive > structures. > > For iterative parallelism there are > work-sharing, work-seeking, and work-stealing forms. > > For recursive parallelism there are > work-sharing and and work seeking forms. > > Also, the recursive parallelism can provide stack-safe recursion that > avoids stack overflow. > > The stack safe recursion generics provide this capability even if > used on a single processor. > > Any feedback is greatly appreciated. The site has a sourceforge placeholder page in place, and the SVN repo is empty: http://paraffin.svn.sourceforge.net/viewvc/paraffin/ Where's the beef? :) -- - R. Tyler Croy -------------------------------------- Code: http://github.com/rtyler