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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b4b864fa2b61bbba X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Parallel Text Corpus Processing with Ada? Date: Tue, 13 Nov 2007 22:45:48 +0000 Organization: Pushface Message-ID: References: <1194735959.240323.38210@v2g2000hsf.googlegroups.com> <1t1ab1hzsng9p.101gcl2uomeoy.dlg@40tude.net> <1194821365.830120.106600@o3g2000hsb.googlegroups.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1194993947 24178 62.49.19.209 (13 Nov 2007 22:45:47 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Tue, 13 Nov 2007 22:45:47 +0000 (UTC) Cancel-Lock: sha1:8/35tTpu0rT/w5IPBd+MMMWr36A= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin) Xref: g2news1.google.com comp.lang.ada:18353 Date: 2007-11-13T22:45:48+00:00 List-Id: braver writes: > Tasking is definitely more interesting as I see already from > Ada.Containers I can use hash maps, the questions is how to split a > corpus and unleash 8 tasks on it so they occupy their own cores. You did spot that Ada.Containers aren't task-safe? (ie, you need to lock the containers yourself ...)