top | item 42238045 (no title) limit499karma | 1 year ago Is there an underlying assumption that the channels are containers and not streams? discuss order hn newest destel|1 year ago No, it's the opposite - the library treats channels as streams, processing items as they arrive without needing to know the total size in advance. This is why it can handle infinite streams and large datasets that don't fit in memory.
destel|1 year ago No, it's the opposite - the library treats channels as streams, processing items as they arrive without needing to know the total size in advance. This is why it can handle infinite streams and large datasets that don't fit in memory.
destel|1 year ago