Tips for forcing the scala compiler to use specialized methods
The scala standard library has some classes/methods specialized for primitives to avoid boxing, e.g.
The scala standard library has some classes/methods specialized for primitives to avoid boxing, e.g.