Hacker News new | ask | show | jobs
by burnt-resistor 18 days ago
I'm curious if anyone has had to write a JNI extension for a hot (CPU, GPU, RAM) section the JVM was unable to effectively JIT and/or optimize enough.
1 comments

I think that's generally a pessimization because JNI has fairly high overhead.
So then, preferably the set of problems that take a long time to compute and does so independently.