-Uses a single array with all data -Massive performance improvement -Does not support threads yet, but code is now thread friendly
-Much greater pairing/unpairing performance -For now, using it for culling too, but this will change in a couple of days. -Added a paged allocator, to efficiently alloc/free some types of objects.
Used for reusable stacks, or filling arrays from multiple threads efficiently.