Comment by lolinder

4 months ago

Exactly. Write it in Java, optimize what you need to, leave the rest alone.

As polyglot dev, I never understood this religious approach that it has to be 100% pure unadulterated in language XYZ for performance.

Nope, embrace the productivity of managed languages, if really needed, package that rest in a native library, done.