Search Results

Found 1 results for "8319cc586dfa8a9e49bd6c977c4fd72a" across all boards searching md5.

Anonymous /vg/530629148#530754204
7/11/2025, 2:55:45 AM
>>530752169
This anon is right, GDScript can call exposed functions a bit faster than GDExtension. Extensions have more indirection actually. The main performance issue with GDScript is doing a lot of math, since the bytecode interpreter seems to be quite a lot slower than the math instructions themselves.
t. Pipedreaming dev, my fluid sim is a C++ module, but I have messed with GDExtension before