Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.pascal.misc > #965
| From | Ramine <ramine@1.1> |
|---|---|
| Newsgroups | comp.lang.pascal.misc |
| Subject | Re: My Parallel Sort algorithm |
| Date | 2014-10-21 13:58 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <m266sf$ea0$9@dont-email.me> (permalink) |
| References | <m266ip$ea0$5@dont-email.me> |
On 10/21/2014 1:53 PM, Ramine wrote: > Hello... > > > I have took a look at the following paper(it is a parallel sort algorithm): > > https://software.intel.com/en-us/articles/an-efficient-parallel-sort-algorithm > > > > I think my Parallel Sort library is also scalable and very efficient, > cause my parallel sort algorithm uses two steps: the sorting step > and the merging step, and you have to know that i have completly > parallized the sorting step and also i have completly parallelized I mean: "Parallelized" not "Parallized". > the merging step, so it makes my parallel sort algorithm very > efficient and scalable and very good, and it is better and more scalable > than my parrallel quicksort library, other than that the programming > interface of my parallel sort library is very easy to use, please tale a > look at it and you will love it, i have not wrote a paper about my new > parallel sort algorithm, but i will perhaps do it in the future, but be > confidant cause my parallel sort library is really stable now, please > take a look at it and it does come with the source code. > > > You can download my Parallel Sort library from: > > > https://sites.google.com/site/aminer68/parallel-sort-library > > > > > Thank you, > Amine Moulay Ramdane. > > > > > > > > > > >
Back to comp.lang.pascal.misc | Previous | Next — Previous in thread | Find similar
My Parallel Sort algorithm Ramine <ramine@1.1> - 2014-10-21 13:53 -0700 Re: My Parallel Sort algorithm Ramine <ramine@1.1> - 2014-10-21 13:58 -0700
csiph-web