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
c#: Remove Copy of data during import call for base types (#1122)
* When calling an import we don't need to copy data to a new structure for cannoncal types. This avoid the extra copy of data in this scenario
Signed-off-by: James Sturtevant <[email protected]>
* Use a pinned gc handle to get a pointer to the list
Using a span and fixed keyword won't work with variants due to the fact that the external import call requires different types. Nesting of the fixed commands also become unwiedly
Signed-off-by: James Sturtevant <[email protected]>
* Apply suggestions from code review
Co-authored-by: Joel Dice <[email protected]>
---------
Signed-off-by: James Sturtevant <[email protected]>
Co-authored-by: Joel Dice <[email protected]>
0 commit comments