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

[Performance] allow for multithreaded channel extraction #101

Merged
merged 11 commits into from
Sep 9, 2024

Conversation

EmilDohne
Copy link
Owner

Added multithreaded channel extraction giving us:

5x speedups in 8-bit data extraction (from 5s to 1s on ~1.3gigs of data)
2.2x speedups in 16-bit data extraction (from 3.5s to 1.6s on ~2gigs of data)
2.2x speedups in 32-bit data extraction (from 7s to 3.2s on ~3.7gigs of data)

Additionally across all bitdepths there should be a roughly 10% speedup in write speeds

@EmilDohne EmilDohne added this to the 0.5.0 Release milestone Sep 9, 2024
@EmilDohne EmilDohne self-assigned this Sep 9, 2024
@EmilDohne EmilDohne linked an issue Sep 9, 2024 that may be closed by this pull request
@EmilDohne EmilDohne merged commit 9b52292 into master Sep 9, 2024
13 checks passed
@EmilDohne EmilDohne deleted the feat-100-allow-for-multithreaded-channel-extraction branch September 9, 2024 20:47
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.

Allow for multithreaded channel extraction
1 participant