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

Scalability issue: changing label on address takes a long time when there are over 3000 addresses #640

Closed
urocoin opened this issue Nov 19, 2014 · 1 comment

Comments

@urocoin
Copy link

urocoin commented Nov 19, 2014

I think there has been an oversight in the algorithms run when a label is being changed. It seems that MultiBit is scanning all the addresses each time.

Changing the label on a single address (with the sort marker on the address column) should be a O(1) operation. But in this case it seems to be an O(n) operation.

@gary-rowe
Copy link
Contributor

Well spotted and thanks for the feedback.

Given that MultiBit Classic is being deprecated in favour of MultiBit HD it is doubtful that a fix for this would be put in. Most users would have far fewer than 3000 addresses and would hardly ever see this so it doesn't rate as critical.

If you'd like to try MultiBit HD you can join the Private Beta Group.

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

No branches or pull requests

2 participants