Re: XSort - Sorting algorithms (including Timsort!)

2012-04-12 Thread Xinok
On Thursday, 12 April 2012 at 05:25:52 UTC, Nathan M. Swan wrote: On Thursday, 12 April 2012 at 03:04:49 UTC, Xinok wrote: I just wanted to share this. I started a project a few weeks ago on Github to implement several sorting algorithms in D. In total, there are 8 modules at the moment, each

Re: XSort - Sorting algorithms (including Timsort!)

2012-04-12 Thread Dmitry Olshansky
On 12.04.2012 18:50, Xinok wrote: On Thursday, 12 April 2012 at 05:25:52 UTC, Nathan M. Swan wrote: On Thursday, 12 April 2012 at 03:04:49 UTC, Xinok wrote: I just wanted to share this. I started a project a few weeks ago on Github to implement several sorting algorithms in D. In total, there

XSort - Sorting algorithms (including Timsort!)

2012-04-11 Thread Xinok
I just wanted to share this. I started a project a few weeks ago on Github to implement several sorting algorithms in D. In total, there are 8 modules at the moment, each implementing a sorting algorithm or combination thereof. https://github.com/Xinok/XSort I just finished Timsort today.

Re: XSort - Sorting algorithms (including Timsort!)

2012-04-11 Thread Nathan M. Swan
On Thursday, 12 April 2012 at 03:04:49 UTC, Xinok wrote: I just wanted to share this. I started a project a few weeks ago on Github to implement several sorting algorithms in D. In total, there are 8 modules at the moment, each implementing a sorting algorithm or combination thereof.