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

Reimplement in C++ for massive speed improvement #8

Merged
merged 55 commits into from
Oct 30, 2023
Merged

Reimplement in C++ for massive speed improvement #8

merged 55 commits into from
Oct 30, 2023

Conversation

zietzm
Copy link
Member

@zietzm zietzm commented Oct 29, 2023

Provides a full reimplementation of the method in C++. This implementation uses running summary statistics and a user-defined chunksize to control memory use during the computation. Final summary statistics are written into a string before being written once to a file, so chunksize provides a good way to limit max memory use.

@zietzm zietzm merged commit 41a58d9 into tatonetti-lab:master Oct 30, 2023
1 check passed
@zietzm zietzm deleted the cpp branch October 30, 2023 17:18
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

Successfully merging this pull request may close these issues.

1 participant