Licenses
Order

Swapback Array 0

by plaught-armor | MIT

A lightweight Godot 4.4+ addon for efficient array management using the swap-back technique

A lightweight Godot 4.4+ addon for efficient array management using the swap-back technique. Two classes for Nodes and a static helper for packed data: SwapBackArray — O(1) append and O(1) remove_at(index) . No reverse lookup, so every mutation is as

loading more results...