Re: [boost] [sort] Parallel sorting sub-library mini-review. Performance tests.
 
            
            
            
            
                22 Nov
                
                    2016
                
            
            
                22 Nov
                
                '16
                
            
            
            
        
    
                8:55 p.m.
            
        Hi,
The threads are created only 1 time*.
Have I missed something? I checked sample_sort and I saw several sets of calls to std::async which is likely to create and destroy threads several times.
*parallel_sort, sample_sort* : this algorithm is commonly accepted as the fastest for the parallel stable sort. The implementation is *notoriously faster than the provided by the GCC compiler* ( based on Open MP ) using less memory. TBB don?t provide parallel stable sort, and only have an experimental code in their web pages
Indeed, I found it highly interesting. Cheers, Christophe
        3265
        
      
          Age (days ago)
        
      
        3265
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                 Christophe Henry Christophe Henry