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
multi: enable struct alignment check, fix for often used
For structs we use often, such as the query options, we want to have
proper alignment to save some memory space.
Other structs that we only instantiate once or a few times we don't
align in favor of better readability of the code.
0 commit comments