[Solved] C# I/O vs C I/O
There is probably not a significant performance gain in using a C/C++ dll. The C# runs in an environment with a quite efficient JIT compiler, so my guess is that the code performance is limited by a hard disk read speed of approximately 100 MB/s. Of course, if you have an SSD, your mileage may … Read more