libboxes
boxes is a set of specialised containers built on top of STL
libboxes

Introduction

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.

Containers

Please, refer to examples for basic usage and more information.