Closed jasonboukheir closed 3 years ago
The function pointers are C#'s way to get the calli OpCode, and they are very performant. They are better for safety in unsafe contexts (ironically).
calli
Closing this because Function Pointers are inherently worse than generics and structs.
The function pointers are C#'s way to get the
calli
OpCode, and they are very performant. They are better for safety in unsafe contexts (ironically).