OpenQuant always runs compiled code, so that your strategy code runs at the same speed as other compiled code. It's also possible to call c++ dlls right from .NET strategy code in OpenQuant,
If you frequently call external dlls in your trading script, it may degrade performance (it depends...