Isn't it bad though when done over and over again?...
# announcements
c
Isn't it bad though when done over and over again? I constantly use many operators (map, flatMap, filter, ...) sequentially, the cost of copying the data into a new list adds up. Especially on Android, it's really demanding for the GC.