blah blah blah is here! blah blah » Close

0
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++. ...

Feedback