Skip to content

fix: reduce memory consumption by re-using AccountView objects.

Johan Ouwerkerk requested to merge ouwerkerk/otpclient:reuse-accountviews into master

Does what it says on the tin :)

Previously Keysmith would create a lot of AccountView objects, especially while sorting the account list model. Now it doesn't any more which should be a nice win for memory consumption and performance: there should no longer be any "dangling" AccountView objects receiving signals.

Merge request reports