logo
  • Contact
  • Scribbles
  • Articles

Showing 2 articles with tag c++
  • 2015-05-16

    C++11 Smart Object-Pool with RAII style return to pool

    SmartObjectPool: A RAII-style implementation of the object pool pattern that uses smart pointers to automatically return acquired objects to the pool upon deletion.

    c++ c++11 development
  • 2013-06-24

    C++ Development Setup - No Time for Sword Fights

    The result of a long series of iterations for minimizing compile time delay.

    • Automatic rebuilds of code and tests
    • Global hotkey triggering of rebuilds and tests
    linux bash c++ SCons