Files
godot/core
aaronp64 d176ba045f Array performance improvements to reduce copying/copy_on_write calls
- Avoid temporary copy of p_array in Array::append_array when types match
- Call ptrw() once before looping in methods that return new Arrays, to avoid copy_on_write call for each item (recursive_duplicate, slice, filter, map)
2025-05-06 13:19:50 -04:00
..
2025-04-30 15:08:50 +01:00
2025-04-29 18:10:44 +02:00
2025-05-06 06:09:05 +10:00
2025-04-29 18:10:44 +02:00
2025-04-29 18:10:44 +02:00