Skip to content
OleErikPeistorpet edited this page Mar 16, 2015 · 3 revisions

Obscure Efficient Library

The main purpose of this library is a higher performance alternative to std::vector. The class is called dynarray and is mostly a drop-in replacement.

This is production code used in commercial software.

Requires Visual Studio 2013 or GCC 4.7. Not tested with Clang.

Depends on boost 1.56 headers, unless OEL_NO_BOOST is defined.

Distributed under the Boost Software License.

Clone this wiki locally