Comment by bluGill
3 months ago
Depends. JVM is fast once hotspot figures things out - but that means the first level is slow and you lose your users.
3 months ago
Depends. JVM is fast once hotspot figures things out - but that means the first level is slow and you lose your users.
You can always load JIT caches if you can’t wait for warm up.
What about AOT?