Skip to content

Conversation

ddemidov
Copy link
Contributor

This merges #574, #575, and also adds wait-list iterators for completeness.

This should help to get rid on unnecessary heap allocations.

The wait lists are usually small, which means that just pushing back
elements without prior call to reserve has very high chance of hitting
capacity limit every time wait_list::insert is called.
@ddemidov
Copy link
Contributor Author

wrong branch

@ddemidov ddemidov closed this Mar 18, 2016
@coveralls
Copy link

Coverage Status

Coverage increased (+0.4%) to 88.764% when pulling cafe8b6 on ddemidov:wait_list-improvements into 38ba1c5 on boostorg:master.

@ddemidov ddemidov deleted the wait_list-improvements branch March 19, 2016 06:16
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