A simple, lock-free object pool
Go to file
Samer Afach e38a8785f7 Update README.md 2019-05-25 17:58:02 +02:00
CMakeLists.txt Commit object pool 2019-05-25 17:56:33 +02:00
ObjectPool.h Commit object pool 2019-05-25 17:56:33 +02:00
README.md Update README.md 2019-05-25 17:58:02 +02:00
main.cpp Commit object pool 2019-05-25 17:56:33 +02:00

README.md

ObjectPool

A simple, lock-free object pool

The The main.cpp runs the gtests I created for another application, but without gtest. You can move them to your tests.

The library is header only. Just copy it to your project and use it.

MIT licensed. Do whatever you want with it :-)