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

Switching GetAll to make use of a temporary buffer #379

Merged
merged 2 commits into from
Jan 29, 2015

Conversation

codemercenary
Copy link
Contributor

std::get_temporary_buffer is provided precisely for cases like these where small amounts of memory are required for short periods of time. We might as well make use of it.

codemercenary and others added 2 commits January 28, 2015 18:07
`std::get_temporary_buffer` is provided precisely for cases like these where small amounts of memory are required for short periods of time.  We might as well make use of it.
gtremper added a commit that referenced this pull request Jan 29, 2015
Switch GetAll to make use of a temporary buffer
@gtremper gtremper merged commit 81d0b69 into develop Jan 29, 2015
@gtremper gtremper deleted the ref-temporarybuffer branch January 29, 2015 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants