|
|
|
|
|
by kaba0
1670 days ago
|
|
Java does trade off memory for better performance (and power saving!), but it is an extremely fast platform with state of the art GCs and JIT compilers and one of the biggest open-source ecosystems. It’s not the best for desktop UIs but even a decade old GUI will work just fine on the latest edition (seriously, I found some random algorithm visualizer in a jar from God knows where and it just ran perfectly). And it’s not like there is one ultimate solution for GUIs unfortunately. |
|