Is there a reason why java.util.stream.Collector doesn't support sized
supply of a mutable result container? It seems that it could be hugely
beneficial when the size of the stream is known, e. g. for precise
ArrayList and HashMap.

Reply via email to