libboxes
boxes is a set of specialised containers built on top of STL
|
This is a collection of C++ containers that I find useful in my day-to-day work. Data structures are implemented in a way that is easy to understand and use. There are no optimizations for performance or for any specific use case.
Please, refer to examples for basic usage and more information.