mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-19 02:18:32 +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.