nguyentoanit / scala-json-libraries-comparison

Compare between Json Scala libraries
2 stars 1 forks source link

Consider to use compiled binaries #1

Open plokhotnyuk opened 5 years ago

plokhotnyuk commented 5 years ago

I have copied your benchmark for jsoniter-scala to the following branch: https://github.com/plokhotnyuk/jsoniter-scala/tree/graalvm-native-image/jsoniter-scala-examples

Running of java -jar target/scala-2.12/jsoniter-scala-examples-assembly-0.1.0-SNAPSHOT.jar print 111 ms on my notebook.

But the native-image that was compiled with latest RC of GraalVM CE prints 5 ms!

nguyentoanit commented 5 years ago

Thanks for your suggestion. I will try with GraalVM CE and update result later.