|
|
|
|
|
by gavinray
1389 days ago
|
|
I use GraalVM as my standard non-native JDK (OpenJDK replacement) and I'd say the performance is somewhat better. There are a lot of non-biased benchmarks you can find online, most of them showing that Graal (both CE/EE, though particularly EE) are more performant than OpenJDK. You then also have the option to compile to native, or to embed/run code in other languages baked in. It's a no-lose scenario IMO. |
|