niklas-heer / speed-comparison

A repo which compares the speed of different programming languages.
https://niklas-heer.github.io/speed-comparison
MIT License
475 stars 76 forks source link

Add Scala using Scala Native #103

Closed lolgab closed 1 year ago

lolgab commented 1 year ago

This adds a Scala benchmark using the AOT compiler for Scala, Scala Native. To build the code it uses scala-cli which is what people use these days to build small Scala programs.

lolgab commented 1 year ago

Can I have a review? @niklas-heer

niklas-heer commented 1 year ago

@lolgab looks great. Thank you very much for your contribution! πŸ‘ CleanShot 2023-02-03 at 21 27 32@2x

lolgab commented 1 year ago

Hi @niklas-heer, Thank you for merging the PR 😊 I'm happy you liked it😊 Can you update the image in the main readme so it now includes Scala? Also, for some reason the text has too little line spacing which makes it hard to read. Thank you πŸ™‚