If developers spent time working with older systems, modern software would be blazing fast on modern hardware. Unfortunately, everything is designed to just barely not be taxing on a fairly fast and recent machine, so it runs like shit on older hardware. Often, it's not even that hard to speed things up, spending any time at all on making the program less inefficient (or even less dependent on an action happening immediately instead of it taking time to execute) would help.
Often, it's not even that hard to speed things up, spending any time at all on making the program less inefficient (or even less dependent on an action happening immediately instead of it taking time to execute) would help.