Is gdc faster than c#

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Vikrant

As c# is faster than gdscript provided gdscript is interpreted language. But when we export game gdscript is compiled to .gdc byte code. Does this is faster than c# or equivalent or c# is faster.

:bust_in_silhouette: Reply From: Mxt08

C# in pure language, is faster than GDScript, but not integrated on Godot Engine, so I think that C# is slower, and you also should keep in mind that the standard version (compressed) will use 35,0 MB in your hard disk, and the mono version (also compressed) needs 72,6 MB, so it will be better that you use GDScript.

Does Anyone who want to play my game also require mono?

And also i want to know if .gdc is faster than c#?

Vikrant | 2021-05-03 08:14