Top "Objectpool" questions

How do you make your Java application memory efficient?

How do you optimize the heap size usage of an application that has a lot (millions) of long-lived objects? (big …

java caching memory heap-memory objectpool
BlockingCollection(T) performance

For a while at my company we've used a home-grown ObjectPool<T> implementation that provides blocking access to …

.net collections thread-safety blocking objectpool