The project AuxUtils is an auxiliary C++ library that implements the missing functionality from the Boost libraries.
The library provides some efficient functions and templates and wraps some platforms dependent functions.
Effective programming templates
These snippets illustrate the programming templates usage such as object pool, thread pool and timer
for effeciently usage resources (CPU, Memory and others).