0
votes
votes
1 answers
Question about unmanaged C++ dll in C# performance
I am currently invoking an unmanaged c++ dll using DllImport in my code. The dll is a wrapper for some static libs. When I call a certain FileIO-intensive function in my C# code, it executes about 25% as fast as it would if called in C++. ...
