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
We should try to avoid usage of pointers here (I know that it was implemented with function pointers before), as we spent a lot of time on making the whole to use static-dispatch only. Calling the most hot function in our system via pointer kinda defeats this purpose. But I guess, we should maybe create separate issue for that.
Originally posted by @kkafar in #221 (comment)
The text was updated successfully, but these errors were encountered: