File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,14 @@ libraries using different JDK and GraalVM versions on the following environment:
26
26
GraalVM Community JDK 21/24-dev, and GraalVM JDK 17/21/22.
27
27
28
28
[ ** Latest results of benchmarks on browsers** ] ( https://plokhotnyuk.github.io/jsoniter-scala/index-scalajs.html ) that
29
- compares performance of jsoniter-scala with:
30
- [ circe] ( https://github.com/circe/circe ) ,
29
+ compare performance of jsoniter-scala with: [ circe] ( https://github.com/circe/circe ) ,
31
30
[ circe with jsoniter-scala booster] ( https://github.com/plokhotnyuk/jsoniter-scala/tree/master/jsoniter-scala-circe ) ,
32
31
[ play-json] ( https://github.com/playframework/play-json ) ,
33
32
[ play-json with jsoniter-scala booster] ( https://github.com/evolution-gaming/play-json-tools/tree/master/play-json-jsoniter ) ,
34
33
[ smithy4s-json] ( https://github.com/disneystreaming/smithy4s/tree/main/modules/json ) ,
35
34
[ uPickle] ( https://github.com/lihaoyi/upickle ) , [ zio-json] ( https://github.com/zio/zio-json )
36
- compiled by Scala.js 1.16.0 to ES 2015 with
37
- GCC v20220202 optimizations applied on Intel® Core™ i7-11800H CPU @ 2.3GHz (max 4.6GHz),
38
- RAM 64Gb DDR4-3200, Ubuntu 23.10 (Linux 6.6).
35
+ compiled by Scala.js 1.16.0 to ES 2015 with GCC v20220202 optimizations applied on
36
+ Intel® Core™ i7-11800H CPU @ 2.3GHz (max 4.6GHz), RAM 64Gb DDR4-3200, Ubuntu 23.10 (Linux 6.6).
39
37
40
38
## Contents
41
39
You can’t perform that action at this time.
0 commit comments