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

Need multi-attribute query stacking for dense arrays #131

Open
ihnorton opened this issue Apr 4, 2019 · 0 comments
Open

Need multi-attribute query stacking for dense arrays #131

ihnorton opened this issue Apr 4, 2019 · 0 comments
Milestone

Comments

@ihnorton
Copy link
Member

ihnorton commented Apr 4, 2019

The current API requires manually stacking the returned OrderedDict.values() in order to treat the result as stacked array (assuming the types are homogenous; this can be useful in some cases). This is inefficient due to double memory usage, copying, etc. We should add an API to return a multi-attribute query as a stacked N+1 array (can pre-allocate the entire buffer and read into it for each attribute-level query).

@ihnorton ihnorton modified the milestones: 0.5, 0.4.1 Apr 4, 2019
@ihnorton ihnorton modified the milestones: 0.5, 0.6 Nov 27, 2019
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