Is there a way to calculate a distance matrix in Windows using multiple threads? I found this link:
but the bottom line was that Windows ignores the multiple threads option, and the fastest function was dist.matrix
from the Wordspace package. Unfortuntately, it is unable to handle NA's like Stats::dist
does, and dist
becomes very slow for large matrices.