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

Wrap result from slicing in new type #18

Open
hellemo opened this issue Aug 7, 2022 · 1 comment
Open

Wrap result from slicing in new type #18

hellemo opened this issue Aug 7, 2022 · 1 comment

Comments

@hellemo
Copy link
Member

hellemo commented Aug 7, 2022

Ideas:

  • Type stability
  • Repeated indexing into result from slicing
  • Specialized sum (to avoid allocations from +(?)
  • Index intersection for improved performance
@Zetison
Copy link

Zetison commented Aug 19, 2024

It would be nice if slicing of a IndexedVarArray resulted in a new IndexedVarArray of reduced dimensionality (instead of a Dictionary). It would also be nice to have vector indexing functionality.

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

2 participants