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

Speedup idea for sparse_dummy() #81

Open
EmilHvitfeldt opened this issue Oct 19, 2024 · 0 comments
Open

Speedup idea for sparse_dummy() #81

EmilHvitfeldt opened this issue Oct 19, 2024 · 0 comments
Labels
feature a feature request or enhancement Investigate

Comments

@EmilHvitfeldt
Copy link
Member

instead of starting with a list of pos. have a vector of pos same length as x. Then generate a offset vector for each level. Do some fancy offset math to make things work.

@EmilHvitfeldt EmilHvitfeldt added feature a feature request or enhancement Investigate labels Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement Investigate
Projects
None yet
Development

No branches or pull requests

1 participant