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

🐎 use binners to compute 1d index #1642

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

maartenbreddels
Copy link
Member

This should speed up computations, since we don't go in and out of
numpy. We also use the binner more consistently throughout.

Also, this should allow for GrouperLimited, and Binner
to be used with _combine.

This should speed up computations, since we don't go in and out of
numpy. We also use the binner more consistently throughout.

Also, this should allow for GrouperLimited, and Binner
to be used with _combine.
this will be more cache friendly, since a tighter loop in c++
However, performance isn't great because expressions are always
evaluated with all threads enabled.
A future refactor may make better use of this.
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.

None yet

1 participant