-
Notifications
You must be signed in to change notification settings - Fork 2
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
sparse array experiments #315
base: main
Are you sure you want to change the base?
Conversation
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
@mikapfl @JGuetschow current state of our experiments on sparse arrays in primap2. All a bit messy, but I guess you get the idea. If we consider "merging data sets with sparse arrays" a minimal use case, I'd say sparse arrays are a promising approach. I could add a test that mimics the merging of the primap-hist data set to see if it works. I still have to check it the array remains sparse throughout the merging process. Notes:
|
Quite promising. The advantage of the sparse array approach would of course be that conceptually, everything keeps working the same. The disadvantage is that the abstraction is leaky as we see with the Could you test if |
Pull request
This is not meant to be merged. Some experiments with data structures for sparse arrays