Unlikely that using list as queue is more performant than iterating list
lastobelus opened this issue · comments
Michael Johnston commented
Have you benchmarked using List as a queue vs. iterating the list to find an inactive GameObject? I'd be willing to make a considerable bet that iterating costs much less for typical pool sizes.
Diego R. Santos commented
+1
Foldcc commented
++ 10086