Search Results
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
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
Page 1