Hi! :bell: You know how it is always suggested to ...
# random
v
Hi! 🔔 You know how it is always suggested to use
asSequence()
when applying several collection operations like
map
or
filter
one after another? I was wondering how big the performance win is for those cases. Could you please throw at me some realistic-ish examples of ⛓️ chained collection transformations so I could measure them for a project? 🔬
k
Check out some of the code we posted in #C87V9MQFK, we have written all kinds of combinations of sequence operations.
👍 1