(no title)
paulddraper | 2 days ago
That is a madness. And often for no reason...you're copying or arranging bytes in lists anyway.
paulddraper | 2 days ago
That is a madness. And often for no reason...you're copying or arranging bytes in lists anyway.
conartist6|2 days ago
In the future it should be entirely possible for the engines to optimize even more aggressively too: they should be to skip making the object if the producer of values is a generator function and the consumer is a for loop.
paulddraper|1 day ago
And yes, if that were the sole string interface, things would be very slow. String iterators are relatively less common.