Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming.threads > #1225
| From | "aminer" <aminer@toto.com> |
|---|---|
| Newsgroups | comp.programming.threads, comp.programming |
| Subject | About Parallel sort library.... |
| Date | 2012-11-05 14:55 -0600 |
| Organization | A noiseless patient Spider |
| Message-ID | <k795jv$dr5$1@dont-email.me> (permalink) |
Cross-posted to 2 groups.
Hello, I have stress tested Parallel Sort library but it didn't pass the stress test under freepascal and lazarus , this problem is caused by the freepascal compiler, not my library, but it did pass the test under Delphi. I will advise you to use my parallel quicksort cause it has passed the stress test under both freepascal and delphi and i have modified parallel quicksort to avoid the worst case performance and you can use it in an hybrid way by passing ctmergesort to the constructor.. And you can download parallel quicksort and parallel sort library from: http://pages.videotron.com/aminer/ ? Thank you, Amine Moulay Ramdane
Back to comp.programming.threads | Previous | Next — Next in thread | Find similar
About Parallel sort library.... "aminer" <aminer@toto.com> - 2012-11-05 14:55 -0600
Re: About Parallel sort library.... Gerald Breuer <Gerald.Breuer@googlemail.com> - 2012-11-06 22:25 +0100
Re: About Parallel sort library.... Gerald Breuer <Gerald.Breuer@googlemail.com> - 2012-11-06 22:32 +0100
Re: About Parallel sort library.... "aminer" <aminer@toto.com> - 2012-11-06 19:27 -0600
Re: About Parallel sort library.... Gerald Breuer <Gerald.Breuer@googlemail.com> - 2012-11-07 03:21 +0100
Re: About Parallel sort library.... Gerald Breuer <Gerald.Breuer@googlemail.com> - 2012-11-15 18:28 +0100
Re: About Parallel sort library.... Noob <root@127.0.0.1> - 2012-11-16 11:46 +0100
Re: About Parallel sort library.... "aminer" <aminer@toto.com> - 2012-11-06 19:25 -0600
csiph-web