I wrote an article analyzing the pros & cons o...
# feed
d
I wrote an article analyzing the pros & cons of streams versus sequences: https://proandroiddev.com/java-streams-vs-kotlin-sequences-c9ae080abfdc
👍 8
m
Interesting comparison, thank you!
j
good article Dan! maybe add that those performance features matter only when your performance bottleneck, or the thing you are trying to parallelize is CPU bound. if it's IO bound, avoiding autobixing etc... is irrelevant anyway
👆 1