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
Right now it's not possible to strip out unused default encodings from Vortex. For example, if we only include PrimitiveArray in the Context, then many compute function implementations get pulled in from VarbinArray, even with LTO. It's also not clear that we would strip out unused compute functions of used encodings.
This issue is to track a solution to this, likely involving re-architecting our crates / traits.
The text was updated successfully, but these errors were encountered:
As flagged by @XinyuZeng
Right now it's not possible to strip out unused default encodings from Vortex. For example, if we only include PrimitiveArray in the Context, then many compute function implementations get pulled in from VarbinArray, even with LTO. It's also not clear that we would strip out unused compute functions of used encodings.
This issue is to track a solution to this, likely involving re-architecting our crates / traits.
The text was updated successfully, but these errors were encountered: