Hacker News new | ask | show | jobs
by cpeterso 641 days ago
How does Godot performance compare using C# versus GDScript?
1 comments

Not sure. I hear C# is at least as fast if not faster, though there may be situations where GDScript is more performant.
i haven't tried c# with it, but gdscript is slow, comparable to cpython. intuitively i'd expect c# to be an order of magnitude faster