|
|
|
|
|
by the-alchemist
995 days ago
|
|
I think the biggest improvement in GraalVM 21 is profile-guided optimizations (PGO) in both aarch64 and amd64. This means you can take full advantage of ARM cloud services like AWS Graviton (sp?) services for lower cost. Also, looks like the Java Vector API (JEP338) has been optimized. So, same code on your Raspberry Pi and AWS Graviton, cool. |
|