-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Optimize DAO charts [7] #5795
Optimize DAO charts [7] #5795
Conversation
3601c78
to
e1eed4e
Compare
I'll review starting with c7dd9a0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK - Just one minor Codacy complaint, but besides that everything looks fine.
avoid that slow operations in data model are running on UI thread
For initial rendering we need to delay a bit and wait until async calls are completed.
e1eed4e
to
8a4d1cb
Compare
Merged/Rebased on master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
Based on #5794
Use CompleteableFuture and do chart calculations in threads. Reduce calls to calculations.