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

Remove conditionals in sparsePoint, SparseBand, SparseInterval. #604

Open
willow-ahrens opened this issue Jun 17, 2024 · 0 comments
Open

Comments

@willow-ahrens
Copy link
Owner

All of these include a check for whether or not the column HAS a point/band/interval in it, and perhaps the additional logic there is slowing things down.

It's okay to modify these levels to ALWAYS store the feature they describe. (i.e. not just at most one point in a column, but exactly one point in a column). This should simplify the logic in these levels quite a bit.

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