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
Don't we get linear complexity for this from std::vector already? Regards Hartmut --------------- http://boost-spirit.com http://stellar.cct.lsu.edu
- 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#containe r.non_standard_containers.devector - Usage: http://erenon.hu/container/container/examples.html#container.examples.deve ctor_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
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost