-
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
UI: Replace java.util.Collections with FXCollections #4388
Comments
This is a low-hanging fruit sort of change, minimal effort required. Could even be a "good first issue". |
Yes, might make sense to tackle a couple of this performance optimizations. But especially it would be good to update first to the new JavaFX version. |
I would like to work on this card please let me know if required. Thanks |
Yes sure, you can take it. Please submit a PR when you have it ready. |
@cd2357 Thanks for assigning me on this task. I just started working on it. |
As per a JavaFX performance tuning thread, the use of the
FXCollections
API is encouraged when optimizing for performance.As per the
FXCollections javadoc
:Replace all usages of
java.util.Collections
withjavafx.collections.FXCollections
in thebisq-desktop
project (the only one where JavaFX is used).The text was updated successfully, but these errors were encountered: