▲ | bee_rider 5 days ago | ||||||||||||||||||||||||||||
I mean if you wait long enough, it is asking for
of something that can be identified as definitionally zero. | |||||||||||||||||||||||||||||
▲ | nomel 5 days ago | parent [-] | ||||||||||||||||||||||||||||
I don't understand. Since it's not using the parallel interface, only one operation can happen at a time. This would be, literally, sequential execution with extra overhead, in this case. Again, in this case, what would hope to be achieved from doing things lazily, since the lazy operations would immediately be followed by their evaluation? The parallel interface, which is async, is probably what you're lookin for. | |||||||||||||||||||||||||||||
|