Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel computation for similarity matrices #3174

Closed
wants to merge 16 commits into from

Conversation

yger
Copy link
Collaborator

@yger yger commented Jul 10, 2024

I've exactly copied the parallelism used in sortingcomponents.clustering.split in order to allow several cores to be used while computing the similartiy matrix. Otherwise, for large number of units and non zero lags, the computation is really slow...

@yger yger added enhancement New feature or request performance Performance issues/improvements labels Jul 10, 2024
@yger
Copy link
Collaborator Author

yger commented Jul 10, 2024

I was curious to give it a go @samuelgarcia , no hurry to review it, but I've tried my best to do exactly as you did in split(). This would tremendously boost the computation of similarity matrices for large number of units and/or large lags

@yger yger closed this Oct 8, 2024
@yger yger deleted the parallel_similarity branch October 8, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Performance issues/improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants