Search Results

2
votes

Which is faster - C# unsafe code or raw C++

If you know your environment and you use a good compiler (for video processing on windows, Intel C++ Compiler is probably the best choice), C++ will beat C# hands-down for several reasons: …