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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f4006c440754467b,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!v3g2000hsg.googlegroups.com!not-for-mail From: braver Newsgroups: comp.lang.ada Subject: Wide Finder in Ada? Date: Sun, 11 Nov 2007 17:37:40 -0800 Organization: http://groups.google.com Message-ID: <1194831460.619945.188980@v3g2000hsg.googlegroups.com> NNTP-Posting-Host: 85.30.231.120 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1194831460 25799 127.0.0.1 (12 Nov 2007 01:37:40 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 12 Nov 2007 01:37:40 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.24 (Macintosh; Intel Mac OS X; U; en),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: v3g2000hsg.googlegroups.com; posting-host=85.30.231.120; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news1.google.com comp.lang.ada:18292 Date: 2007-11-11T17:37:40-08:00 List-Id: Tim Bray has a fantastic parallel programming challenge, Wide Finder, running at full speed: http://www.tbray.org/ongoing/When/200x/2007/10/30/WF-Results It originated by trying parallel Erlang live up to regular Ruby. Now the top contenders are JoCaml -- parallel OCaml, Python, and there're many implementations in Erlang, Haskell, and even things like PHP and / bin/sh. (This is the first place where I've heard "parallel gawk".) Given the target box is Sun with 8 cores, Ada would shine there is my guess. Perhaps some pro here could beat JoCaml? Cheers, Alexy