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
The unpacking of the columns is very expensive and is a large part of the queries overhead. This is in general a problem with a lack of good iterators in luau, and unless theres tuples or array destructering introduced the only reasonable solution we can do at the user-space level is to enable optimizations for hotpaths by inlining indexes into the columns.
The text was updated successfully, but these errors were encountered:
From #28
The unpacking of the columns is very expensive and is a large part of the queries overhead. This is in general a problem with a lack of good iterators in luau, and unless theres tuples or array destructering introduced the only reasonable solution we can do at the user-space level is to enable optimizations for hotpaths by inlining indexes into the columns.
The text was updated successfully, but these errors were encountered: