A swap-vector for the SWFRecomp runtime with a violent insistence on speed.
This is a very simple variant of the typical dynamic array, except neither order nor the addresses of elements in memory are preserved.
The only difference between this and what you'd expect from something like
std::vector is the ability to remove any element in the vector with a
time complexity of