About
Collection of data structures and operations that have been (and will continue to be) implemented in response to need. Container interface, naming and behavior is similar to the STL containers. Algorithm interface is in the spirit of the C standard library search and sort functions.
Compatibility
ISO C99, ISO C++98, ISO C++11.
Performance
These are designed to be general purpose, and reasonably efficient in most circumstances.
Notes
The biggest problem with these is type...