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

PGPool::update: optimize with interval_set.swap #17121

Merged

Conversation

zmedico
Copy link
Contributor

@zmedico zmedico commented Aug 21, 2017

Use constant complexity swap instead of linear complexity
assignment.

Signed-off-by: Zac Medico zmedico@gmail.com

Use constant complexity swap instead of linear complexity
assignment.

Signed-off-by: Zac Medico <zmedico@gmail.com>
@tchaikov tchaikov merged commit 49c65c7 into ceph:master Aug 24, 2017
zmedico added a commit to zmedico/ceph that referenced this pull request Aug 30, 2017
ceph#17121

Use constant complexity swap instead of linear complexity
assignment.

Signed-off-by: Zac Medico <zmedico@gmail.com>
zmedico added a commit to zmedico/ceph that referenced this pull request Sep 12, 2017
ceph#17121 merged in ae64179

Use constant complexity swap instead of linear complexity
assignment.

Signed-off-by: Zac Medico <zmedico@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants