Skip to content
Snippets Groups Projects
Commit 8ca1bf67 authored by Neil Vaytet's avatar Neil Vaytet
Browse files

Refs #20443 : Only using threaded Join() function if input is large.

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.
parent c64c3148
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment