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

Add code to H5SC layer to calculate selections for every chunk in I/O #5351

Open
wants to merge 3 commits into
base: feature/sparse_data
Choose a base branch
from

Conversation

fortnern
Copy link
Member

@fortnern fortnern commented Mar 4, 2025

Mainly taken from existing pathway and refactored to a single pass. Added project_intersection algorithm to replace inefficient point by point general case algorithm in existing pathway. Skipped 1-D optimization but I don't think that's necessary with the project_intersection algorithm. Does not support point selections yet. Also minor simplification to top level code.

Untested, almost certainly contains bugs.

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