/FixedObjectPool

A minimal object pool written in C++11

Primary LanguageC++

FixedObjectPool

A minimal object pool written in C++11

Why Fixed Object Pool?

Sometimes it takes too much resources to create a complex object. You'd better create fixed number of objects at startup and reuse them during service.