mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
The former needs to be allocated once per usage. The later is shared for all threads, which is more efficient. It can also be better debugged.