Compile with GraalVM #90
Replies: 3 comments
-
I'm writing the MD version currently and I was thinking to switch to Java's built in implementation of web sockets(jdk.http). When it's ready you'll be able to compile with Graal i think. In the meantime, I don't know honestly |
Beta Was this translation helpful? Give feedback.
-
Btw is there any reason to use native image here? Shouldn't Graal's JIT compiler perform better in such a scenario? |
Beta Was this translation helpful? Give feedback.
-
native image offer less startup time and much less memory consme I think |
Beta Was this translation helpful? Give feedback.
-
Hello
I decided to compile my app using GraalVM but I got this error:
It seems the websocket library is uncompatible
any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions