Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Parallel BucketSort 1.0 is here.

Received: by 10.14.203.7 with SMTP id e7mr2044658eeo.4.1347644644132;
        Fri, 14 Sep 2012 10:44:04 -0700 (PDT)
MIME-Version: 1.0
Path: ed8ni64868569wib.0!nntp.google.com!feeder1.cambriumusenet.nl!feeder3.cambriumusenet.nl!feed.tweaknews.nl!85.12.40.131.MISMATCH!xlned.com!feeder3.xlned.com!news.astraweb.com!border2.a.newsrouter.astraweb.com!newsfeed10.multikabel.net!multikabel.net!newsfeed20.multikabel.net!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!nntp.giganews.com!news.panservice.it!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail
From: "aminer" <ami...@videotron.ca>
Newsgroups: comp.lang.c++
Subject: Re: Parallel BucketSort 1.0 is here.
Date: Fri, 7 Sep 2012 13:00:50 -0500
Organization: A noiseless patient Spider
Lines: 44
Message-ID: <k2dcom$o69$1@dont-email.me>
References: <k2bh62$r71$1@dont-email.me> <5e149d04-6deb-4fb9-86f3-7bb287c83755@googlegroups.com>
Injection-Date: Fri, 7 Sep 2012 18:00:54 +0000 (UTC)
Injection-Info: mx04.eternal-september.org; posting-host="c43ca82f9e8d62a602307fe9d2e9b807";
	logging-data="24777"; mail-complaints-to="ab...@eternal-september.org";	posting-account="U2FsdGVkX189V4M4poP4LYM0Rpcmzcks"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512
X-RFC2646: Format=Flowed; Original
X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
Cancel-Lock: sha1:P17JunyXeiG91O9ot0QjOhSKbNo=
X-Priority: 3
X-MSMail-Priority: Normal
Bytes: 2152


Hello,

I have posted it here so that you can read the free source code ,
and port it to C++ if you want, it's not so difficult to port to C++.

and this parallel bucketsort can give you much better performance
than parallel quicksort when sorting 100000 strings or more.

I have wrote other libraries, such as parallel hashlist and parallel 
compression
library and parallel conjugate gradient,  you can also read there free 
source
code and port them to C++ if you want.


Welcome:

http://pages.videotron.com/aminer/



Take care.
Amine Moulay Ramdne.








"�� Tiib" <oot...@hot.ee> wrote in message 
news:5e149d04-6deb-4fb9-86f3-7bb287c83755@googlegroups.com...
> On Friday, September 7, 2012 4:04:02 AM UTC+3, aminer wrote:
>> And please look at test.pas a parallel bucketsort on many cores - compile
>> and execute it...
>>
>> Language: FPC Pascal v2.2.0+ / Delphi 7+: http://www.freepascal.org/
>> Operating Systems: Win , Linux and Mac (x86).
>
> Why to post it in comp.lang.c++, not comp.lang.pascal?