<<< | Index | Object Pool UML Diagram >>> |
Object Pool design pattern is also known as
Resource Pool
N-ton
Performance gains become visible when:
Initializing a Reusable class instance is expensive operation.
Rate of instantiation is high; time of use by clients - low.
<<< | Index | Object Pool UML Diagram >>> |