MCPcopy Create free account
hub / github.com/amikey/java-design-patterns / App

Class App

object-pool/src/main/java/com/iluwatar/object/pool/App.java:21–45  ·  view source on GitHub ↗

When it is necessary to work with a large number of objects that are particularly expensive to instantiate and each object is only needed for a short period of time, the performance of an entire application may be adversely affected. An object pool design pattern may be deemed desirable in cases suc

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected