Abdul Hafeez Sajid
10/19/2022, 8:09 AMColton Idle
10/19/2022, 2:00 PMZach Klippenstein (he/him) [MOD]
10/19/2022, 3:20 PMAbdul Hafeez Sajid
10/24/2022, 6:58 AMZach Klippenstein (he/him) [MOD]
10/24/2022, 3:16 PMAbdul Hafeez Sajid
10/24/2022, 3:18 PMZach Klippenstein (he/him) [MOD]
10/24/2022, 4:07 PMAbdul Hafeez Sajid
10/24/2022, 5:04 PMZach Klippenstein (he/him) [MOD]
10/24/2022, 7:11 PMZach Klippenstein (he/him) [MOD]
10/24/2022, 7:19 PMmutableStateOf
) or an object that is mutable itself (i.e. a mutableStateMapOf
or a class with properties backed by mutableStateOf
), that really depends on real-world performance measuring and how often properties are changed together or individually.Zach Klippenstein (he/him) [MOD]
10/24/2022, 7:21 PMMutableState
and going with that until the performance of your widget is bad enough that you profile it and see that the cause is the maps.Abdul Hafeez Sajid
10/25/2022, 5:08 AM