Hacker News new | ask | show | jobs
by Archit3ch 22 days ago
> If low latency is your goal than you don't want JIT.

To be more specific, you don't want Java-style-JIT. Julia JIT (which functions closer to AOT in this case) is fine for low latency.