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

Fast Indexable Stacks

Rate me:
Please Sign up or sign in to vote.
4.95/5 (16 votes)
19 Nov 2005Public Domain3 min read 61K   296   27  
I provide an implementation of fast-growing indexable stacks which outperforms std::vector and std::deque

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
Software Developer Ara 3D
Canada Canada
I am the designer of the Plato programming language and I am the founder of Ara 3D. I can be reached via email at cdiggins@gmail.com

Comments and Discussions