balthz

Results 6 comments of balthz

Am I reading the benchmark output lines for `streamSize` ∈ {1000, 100000} correctly that even though we’re processing 100 times more elements in the `streamSize` = 100000 run, the runtime...

CC @djspiewak in case you're looking for some data on Cats Effect `3.0.0-RC2`

Would a asynch-profiler flame graph help here? And if so, for both (old and new) Cats Effect or just the latest? If it helps, happy to work on this (running...

> yeah trying to remove the indirection that comes from treating those `F` as `Stream`s. Out of curiosity, would `flatMap`, eg `(s: Stream[IO, Seq[A]]).flatMap(seq => Stream.emits(seq))`, benefit from an explicit...

> So, in your example, your result stream would have as many chunks as elements of type `Seq[A]` were in the stream `s`. If you would prefer to improve on...

Do you have any update on this? I'm also interested in PlatformIO support for the Arduino Matter and excited to hear this is on you folks' list of plans!