<@U0D06TWMA> that looks reasonable. <@U0BFDUP0E> ...
# announcements
e
@Andreas Sinz that looks reasonable. @jw Calling
Iterable.map
returns a
List
instantiated by
ArrayList<R>(collectionSizeOrDefault(10)
. If my library is telling me that the
Iterable
has 5,000 elements, then an initial capacity of 10 is very inefficient.