5 ms·
The author is saying that the main reason to use something like C++ instead of Python or even Java is for speed. He assumes that optimizing for speed is a probl
by beigeoak 7y ago
The author is saying that the main reason to use something like C++ instead of Python or even Java is for speed. He assumes that optimizing for speed is a problem that can fit neatly under the machine learning domain.
If a machine can optimize performance better than humans, then it would not make sense to use C++, in the context of performance.
- kevin_thibedeau 7y agoWe have JIT compilers that can optimize "better" than static. People are still using the latter because there are other benefits that nobody from the ivory tower can beat.