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

Kalium micro-optimizations #41

Open
DavidMS73 opened this issue Dec 4, 2021 · 0 comments
Open

Kalium micro-optimizations #41

DavidMS73 opened this issue Dec 4, 2021 · 0 comments

Comments

@DavidMS73
Copy link

  • Remove unused resources. For example, in accounts_sheet.dart, avatar.dart, send_complete_sheet.dart, appstate_container.dart, settings_drawer.dart and nanoutil.dart, there are imports that are not being used.
  • Use indexed loops instead of iterator and for-each loops: by creating unnecessary objects, you are taking up more memory space and this can make the application run slower, so it is recommended to change the "for in of the objects" to a "for of index".
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

1 participant