Skip to content
Snippets Groups Projects
  • Neil Vaytet's avatar
    8ca1bf67
    Refs #20443 : Only using threaded Join() function if input is large. · 8ca1bf67
    Neil Vaytet authored
    If it is smaller than 500 * (Maximum number of threads), the method reverts to the original
    unthreaded version of the function. This old function is also the one used if the input
    array has random access iterators.
    
    This should fix slow python.api tests and hopefully should get rid of the timeouts on build servers.
    8ca1bf67
    History
    Refs #20443 : Only using threaded Join() function if input is large.
    Neil Vaytet authored
    If it is smaller than 500 * (Maximum number of threads), the method reverts to the original
    unthreaded version of the function. This old function is also the one used if the input
    array has random access iterators.
    
    This should fix slow python.api tests and hopefully should get rid of the timeouts on build servers.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.