Use a LinkedList to improve the performance of ChangeNotifier (#62330)
* Use a LinkedList in ChangeNotifier implementation to take O(N^2) notification time to O(N)
Showing
Please register or sign in to comment
* Use a LinkedList in ChangeNotifier implementation to take O(N^2) notification time to O(N)
HIAST - GitLab