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

Improve pending & unchecked search performance #1288

Merged
merged 1 commit into from
Oct 10, 2018

Conversation

SergiySW
Copy link
Contributor

@SergiySW SergiySW commented Oct 10, 2018

Up to 25-50% performance increase for large wallets search

1 request in for loop instead of 2 requests (if there are no pending/unchecked for given key - most likely scenario).

Up to 25-45% performance increase for large wallets search

1 request in for loop instead of 2 requests (if there are no pending/unchecked for given key - most likely scenario).
@rkeene rkeene self-requested a review October 10, 2018 21:28
@rkeene rkeene added the quality improvements This item indicates the need for or supplies changes that improve maintainability label Oct 10, 2018
@rkeene rkeene added this to the V16.2 milestone Oct 10, 2018
Copy link
Contributor

@rkeene rkeene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks !

@rkeene rkeene merged commit e24a39a into nanocurrency:master Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality improvements This item indicates the need for or supplies changes that improve maintainability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants