 
            
            
            
            
                29 Dec
                
                    2018
                
            
            
                29 Dec
                
                '18
                
            
            
            
        
    
                9:23 a.m.
            
        I have written a sorting algorithm which is way faster than std::sort for all array size.
Could you give more insights on what you did to make it work so fast? The doc is rather small. Also, when comparing with std::sort, could you say which implementation of the standard library you use and which compiler? Regards, F