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

Implement efficient data utils methods for Tables.MatrixTable #789

Open
OkonSamuel opened this issue Jun 14, 2022 · 1 comment
Open

Implement efficient data utils methods for Tables.MatrixTable #789

OkonSamuel opened this issue Jun 14, 2022 · 1 comment

Comments

@OkonSamuel
Copy link
Member

There is a need to implement efficient selectrows and selectcols methods for Tables.MatrixTable table type. The current data utils methods only have efficient fallbacks for DataFrame table type, but we could easily add efficient methods for Tables.MatrixTable type after this issue get resolved.
This would avoid materializing wide matrix tables as a NamedTuple which the Julia compiler has issues handling.

cc. @ablaom

@ablaom
Copy link
Member

ablaom commented Jun 15, 2022

Agreed.

Waiting for:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants