dsimcha: > 2. I think map() is much more frequently useful than lazyMap() and name > verbosity > should be inversely proportional to usage frequency.
I agree, but I have suggested to replace "map" => "amap" and "lazyMap" => "map" (and to add a fully eager amap to std.algorithm). The increase of verbosity is not big. > (Which is why I really need > help thinking of a better name than executeInNewThread().) Andrei is good at this :-) > I really don't think rigorous, detailed benchmarks have any place in API > documentation. OK. I will be happy to see few graphs outside the API doc :-) Bye, bearophile
