Performance of object_pool

12 Feb
2007
12 Feb
'07
2:34 p.m.
The most important reason to use a memory pool is performance. BUT object_pool doesn't! When I use object_pool to construct a lot of objects, the destroy method become very slow. And I found object_pool use ordered_free to free the memory, and it amortized O(N). It is a very serious problem, I hope it can be fixed in the next release. thanks.
6624
Age (days ago)
6624
Last active (days ago)
0 comments
1 participants
participants (1)
-
蹬三轮的