optimize GetBuilder "group id" using `HashSet`
- `Changed HashMap<int,GetStateUpdate>` to `HashSet<GetStateUpdate>`. Reference https://github.com/jonataslaw/getx/pull/565#discussion_r484088390 - Added a internal VoidCallback in `GetStateUpdaterMixin::getUpdate`, to see if it reduces overhead of anonym function in `setState()` (considering GC).
Showing
1 changed file
with
28 additions
and
27 deletions
-
Please register or login to post a comment