Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
object_pool: Pull available_objs from end of queue #91
We don't really care what order we get objects, and this results in developing nodes an order of magnitude faster. shift() means the entire array needs to be rebuilt, whereas pop() just means popping one from the linked list.
- Loading branch information