Hacker News new | ask | show | jobs
by TylerE 1006 days ago
Sure there is: C# is substantially less performant than C++ code.
1 comments

C# has a pretty good FFI system that can call into C++ code. Unity itself does that, after all, it's not entirely written in C#
Factorio is insanely well optimized. Any overhead is going to be noticeable.