Hacker News new | ask | show | jobs
by seventh-chord 2234 days ago
I'm on a athlon x4 860k at the moment, which according to benchmarks is marginally slower than your CPU.

Startup times certainly seem to be CPU bound, it pins one core to 100% during startup. This means they somehow are spending something to the tune of 1e10 cpu cycles to start a vector editor.

When inkscape is started up they use around 70 mb of ram. If they just store everything they need in ram in a linear file and load that at startup, the program would launch in a fraction of a second on an SSD.