4
votes
Embedding Mono - Overhead of a native -> managed context switch.
The current API for invoking a managed method from C code has these kinds of overhead:
It does some locking and hash lookup operations to see if the method you're calling and a synthe …
