Skip to content

Improved performance for small correlation matrix

Compare
Choose a tag to compare
@PGS62 PGS62 released this 17 Feb 12:25
· 262 commits to main since this release

This release improves performance when Threads.nthreads() is large but the correlation matrix being calculated has few rows and columns. The code no longer allocates scratch space that will never be used.