Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1 KB

containers-readme.md

File metadata and controls

16 lines (13 loc) · 1 KB

Design

This library implements many container types and algorithms. It follows the principles of the C++ standard library, but does not try to be perfectly backward compatible in most cases. There are some containers that have backward compatibility as a goal in include/containers/std. The focus is on maximum efficiency and fully decoupling data structures from algorithms.

Containers implemented