Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use stacks #690

Merged
merged 1 commit into from Jul 29, 2015
Merged

Don't use stacks #690

merged 1 commit into from Jul 29, 2015

Conversation

codemercenary
Copy link
Contributor

Stacks are slow, and std::vector is faster and has all of the same features. The semantic simplicity of a stack is attractive, but unnecessary where we're using it.

Stacks are slow, and `std::vector` is faster and has all of the same features.  The semantic simplicity of a stack is attractive, but unnecessary where we're using it.
@codemercenary codemercenary added this to the v0.7.2 milestone Jul 29, 2015
gittyupagain pushed a commit that referenced this pull request Jul 29, 2015
@gittyupagain gittyupagain merged commit 4244fb5 into develop Jul 29, 2015
@gittyupagain gittyupagain deleted the ref-nostacks branch July 29, 2015 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants