https://kotlinlang.org logo
#feed
Title
# feed
d

Dan Rusu

01/29/2020, 1:09 PM
I wrote an article analyzing the pros & cons of streams versus sequences: https://proandroiddev.com/java-streams-vs-kotlin-sequences-c9ae080abfdc
👍 8
m

Matteo Mirk

01/29/2020, 2:02 PM
Interesting comparison, thank you!
j

jmfayard

01/30/2020, 1:46 PM
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
3 Views