XSort - Sorting algorithms (including Timsort!)
    Xinok 
    xinok at live.com
       
    Wed Apr 11 20:04:47 PDT 2012
    
    
  
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. It's working, it's stable, but I 
need to spend a little more time better optimizing it.
    
    
More information about the Digitalmars-d-announce
mailing list