|
|
|
|
|
by shelajev
2954 days ago
|
|
you can use profile guided optimisations when building a native image with GraalVM. You'll need to run your code in a special way under the desired load to gather the profile information, then it can be used when building the native image. YMMV, but the results can be quite interesting, here for example someone compiled http4s: https://twitter.com/lukasz_bialy/status/989091065033625606 |
|
If the open source project (CE) is under GPL, doesn't that restrict contributions from making it upstream to EE?