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 current type mappers are problematic. Having lowlevel mappings using the highlevel types is inefficient. Having typed handlers / pointers in lowlevel would be more efficient, and also allow a future separation of lowlevel into a separate (auto-generated) library.
This can wait until post-1.0 if it can be proven we can do this without breaking API.
The text was updated successfully, but these errors were encountered:
The current type mappers are problematic. Having lowlevel mappings using the highlevel types is inefficient. Having typed handlers / pointers in lowlevel would be more efficient, and also allow a future separation of lowlevel into a separate (auto-generated) library.
This can wait until post-1.0 if it can be proven we can do this without breaking API.
The text was updated successfully, but these errors were encountered: