VarIr / copac

COPAC clustering
GNU General Public License v3.0
4 stars 0 forks source link

PERF vectorization #3

Closed VarIr closed 6 years ago

VarIr commented 6 years ago

The inner loop of the correlation distance computation should be vectorized for increased performance.

VarIr commented 6 years ago

Loop is vectorized now, but indexing might be non-optimal.