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

Refactor IDistanceMetric.CalculateCentroid() and k-means speciation generally, to use LightweightList and Span. #51

Open
colgreen opened this issue Feb 7, 2021 · 0 comments

Comments

@colgreen
Copy link
Owner

colgreen commented Feb 7, 2021

This will involve switching the Species GenomeList from List to LightweightList, i.e. the the change might cascade out to multiple areas.

This should offer some performance gains in accessing the accessing element via a Span instead of via IList.

@colgreen colgreen transferred this issue from another repository Jan 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant