filo icon indicating copy to clipboard operation
filo copied to clipboard

Replace Traversable with faster API

Open velvia opened this issue 8 years ago • 0 comments

Scala's Traversable trait is really slow due to boxing and other issues. Instead, use one of these projects to get a much faster API:

https://github.com/denisrosset/metal

https://github.com/non/debox

velvia avatar Dec 15 '15 05:12 velvia