Hacker News new | ask | show | jobs
by madduci 687 days ago
Thank you for sharing it! Is there any plans to move the codebase to a more performant programming language?
2 comments

Everything in machine learning uses Python.

It doesn't matter much because all the real computation happens on the GPU. But you could take their neural network and do inference using any language you want.

It's all C, C++ and Fortran(?) under the hood so moving languages probably won't matter as much as you expect.