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
Hi there, i am interested in knowing more about your design choices.
Why do you store the deleter and cloner functions in the void_ptr instead of the vtable?
This seems to be an unnecessary additional 2 pointers per poly value...
I would be reallly interested in understanding what I potentially miss if you have some time to answer 😉
Cheers!
The text was updated successfully, but these errors were encountered:
Hi there, i am interested in knowing more about your design choices.
Why do you store the deleter and cloner functions in the void_ptr instead of the vtable?
This seems to be an unnecessary additional 2 pointers per poly value...
I would be reallly interested in understanding what I potentially miss if you have some time to answer 😉
Cheers!
The text was updated successfully, but these errors were encountered: