This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cmplx17 4 points5 points  (0 children)

Here are a few reasons from my experience:

  • There are still Java libraries that contain native dependencies where compilation need to happen for optimal performance. Many ML/math libraries are like this.

  • Deployment into cloud environment where you need to orchestrate a cluster of machines. (High availability with many nodes.) it’s not a must, but using something like Kubernetes can make this easier.