just found interesting performance issue with `Ite...
# announcements
b
just found interesting performance issue with
Iterable<T>.maxBy
when using it with primitives, compiler generates
valueOf(...)
on each iteration, it’s normal? Or may be exists some functions like maxByInt to eliminate it?