View Single Post
Old 12-17-2015, 10:52 PM   #10
maya1
Registered User
 
Join Date: Aug 2015
Posts: 235
The object pool pattern is a software creational design pattern that uses a set of initialized objects kept ready to use – a "pool" – rather than allocating and destroying them on demand. A client of the pool will request an object from the pool and perform operations on the returned object.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.




To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
maya1 is offline   Reply With Quote