You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
CMakeLists.txt | 4 years ago | |
ObjectPool.h | 4 years ago | |
README.md | 4 years ago | |
main.cpp | 4 years ago |
README.md
ObjectPool
A simple, lock-free object pool
The main.cpp
runs the gtests I created for another application, but without gtest, using some simple macros to use C++'s asserts (make sure you compile in debug mode if you want to make use of them). You can move the tests your application's gtest tests.
The library is header only. Just copy it to your project and use it.
This library requires boost::lockfree to operate.
MIT licensed. Do whatever you want with it :-)