I am eternally grateful to have @stukalov.bsky.social
on my side. Congrats! That's your achievement as much as it's Kotlin's 💜
I am eternally grateful to have @stukalov.bsky.social
on my side. Congrats! That's your achievement as much as it's Kotlin's 💜
Something like that can do the trick (for less trivial chains still, similar to streams).
By the way, beware of benchmarks not consuming (returning) the result from the @Benchmark function, maybe it's worth remeasuring the original bench (especially the small one)
Something like that can do the trick (for less trivial chains still, similar to streams).
By the way, beware of benchmarks not consuming (returning) the result from the @Benchmark function, maybe it's worth remeasuring the original bench (especially the small one)
And for trivial use cases (small collections, trivial transformations) unlikely to be *much* faster
And for trivial use cases (small collections, trivial transformations) unlikely to be *much* faster
Also, a nice showcase of why we picked the push-based Flow model!
Also, a nice showcase of why we picked the push-based Flow model!