Click here to Skip to main content
15,891,633 members
Articles / Programming Languages / C++

listvector: Continuous Memory, no reallocation on insert!

Rate me:
Please Sign up or sign in to vote.
4.67/5 (24 votes)
16 Sep 2015CPOL6 min read 34K   294   19  
A combination of std::vector and std::list which does not copy or move elements in insertion and still has continuous memory

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Greece Greece
I'm working in C++, PHP , Java, Windows, iOS, Android and Web (HTML/Javascript/CSS).

I 've a PhD in Digital Signal Processing and Artificial Intelligence and I specialize in Pro Audio and AI applications.

My home page: https://www.turbo-play.com

Comments and Discussions