The point is that 'find with' is slow especially for associative array. If apply 'find with' on queue, dynamic array, and associative array respectively with the same expression, we can see the queue and dynamic array cost almost the same time while the associative array spent much more.
↧