|
|
|
|
|
by snemvalts
1107 days ago
|
|
x86 specific optimization for a language so focused on *portability*, heavy abstractions and business logic is kind of ehh. Especially with ARM is rearing its head. If you desire performance close to the chip, you chose the wrong language and should write code in a language closer to the chip.
Unless the abstractions and concepts required for your primary work are so different from what you are using for day-to-day work (data science, ML python and C++ bindings for interacting with the GPU) |
|
Java is a higher level language, you just want to call sort on a list without having to worry about low level performance characteristics, because there's people much smarter that can polish that.