You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
There is a need to implement efficient
selectrows
andselectcols
methods forTables.MatrixTable
table type. The current data utils methods only have efficient fallbacks forDataFrame
table type, but we could easily add efficient methods forTables.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
The text was updated successfully, but these errors were encountered: