mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-15 13:11:03 +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.