Earlier quoted context omitted.
Those people people were complaining about it 10 years ago. In those times I remember that you could recognize a Java desktop application because you could count the seconds that it would take for a menu to open after a click. While the current batch of Electron apps use lot of memory/cpu/battery, they usually fare _much_ better in interactivity, which is what often drives away a user.
> count the seconds that it would take for a menu to open after a click if that's really the case, then it was the application writer's fault, as java can be made just as responsive, if not more so, than electron. The GC can be tuned far better tha javascript!
> The GC can be tuned far better tha javascript!
On this I agree completely! (altough my experience with that is mostly on the server side)