@orangy: we need a Kotlin blog post that helps people NOT fear the copies done in collections. I know that you commented once before about when “Lazy” is not as performant as “copy” … Because of CPU cache, and other factors. I see it constantly misunderstood that “copying” data is bad. It depends on the locality in time of the copy, size, and more.