Ahhhh, that helps to know. In the Android app I’m...
# stdlib
d
Ahhhh, that helps to know. In the Android app I’m currently working on, most of our data structures are very small (< 10 items), and most of the mutation is adding items or groups of items to a list. Very little removal from lists. I think this describes the majority of my experience working on Android projects, the only time there are large lists is when we are deserializing them from server requests, which we typically don’t modify at all.