I loop through tags so much that my main priority is to minimize alloc as much as possible. The filter -> map creates two lists and would already create Garbage Collection problems when scrolling.
I loop through tags so much that my main priority is to minimize alloc as much as possible. The filter -> map creates two lists and would already create Garbage Collection problems when scrolling.
No replies yet.