Join Slack
Powered by
just found interesting performance issue with `Ite...
# announcements
b
b3er
04/18/2016, 10:51 PM
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?
Open in Slack
Previous
Next