Boost logo

Boost :

Subject: [boost] devector feedback request
From: Benedek Thaler (thalerbenedek_at_[hidden])
Date: 2015-07-25 14:53:07


Dear Boost,

I'm happy to announce the new devector container developed as part of the
GSoC programme reached a presentable state. I invite you to take a look and
ask for feedback.

Main features:
 - every std::vector feature
 - front operations with amortized linear complexity
 - optional small buffer optimization
 - customizable growth policy (see the docs)
 - unsafe methods for the brave and performance addicts

Documentation:
 - Intro:
http://erenon.hu/container/container/non_standard_containers.html#container.non_standard_containers.devector
 - Usage:
http://erenon.hu/container/container/examples.html#container.examples.devector_usage
 - API: http://erenon.hu/container/boost/container/devector.html#idp86138944

Code:
 - Implementation:
https://github.com/erenon/container/blob/devector/include/boost/container/devector.hpp
 - Tests:
https://github.com/erenon/container/blob/devector/test/devector_test.cpp

Thanks,
Benedek


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk