scala-bench icon indicating copy to clipboard operation
scala-bench copied to clipboard

Cross compiled and added more classes

Open borissmidt opened this issue 4 years ago • 0 comments

Hey lihaoyi,

I really liked your blog post about performance but i saw that it was made with an old scala version and it was missing the builders of the collection.

I reran the constructor tests and i found that ArrayBuilder is almost as fast as building a list and is much faster than reversing a list.

( i still need to uncomment some code)

borissmidt avatar May 17 '20 10:05 borissmidt