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

[VDG] Performance tuning #11735

Merged
merged 5 commits into from
Oct 18, 2023
Merged

Conversation

SuperJMN
Copy link
Collaborator

@SuperJMN SuperJMN commented Oct 18, 2023

I've included some performance tuning here and removed what looked like a memory leak.

It should be noticeable in anything that uses coins/pockets, and most importantly, when switching wallets and on initial wallet log in.
I've tested myself, but not extensively. The code is quite robust, but I'd feel better if you try to hunt for any regression.

These are the features that come to mind that could be affected:

  • Coin List
  • Coin Control
  • Wallet History

Fixes #11681

@SuperJMN SuperJMN self-assigned this Oct 18, 2023
@SuperJMN SuperJMN requested a review from Szpoti October 18, 2023 15:27
Copy link
Collaborator

@soosr soosr left a comment

Choose a reason for hiding this comment

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

tACK, nit:

Copy link
Collaborator

@soosr soosr left a comment

Choose a reason for hiding this comment

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

tACK

@soosr soosr merged commit a870453 into WalletWasabi:master Oct 18, 2023
3 of 6 checks passed
@SuperJMN SuperJMN deleted the fixes/performance-tuning branch October 19, 2023 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Opening Wallets gets slower each time because of PrivacyControlTileViewModel
2 participants