There are a multitude of possible reasons, but in my experience Windows 8 tends boot a little faster, and load programs a little faster.
Boot time: By default pre-installed versions of Windows 8 on laptops have fast-boot enabled. This means your Laptop never shuts off even if you click shutdown your laptop is still on, and drawing precious battery life. It's just using a special low low power hibernation. The idea is to make Windows appear to boot more quickly, when it actually never turned off. Windows 8 actually boots quite slow. Compare it to XP's boot times and see what I mean. That said Ubuntu has never been a quick to boot operating system especially now that it has Unity. The server edition is pretty good, but that's because it has no gui.
Application start time: It's kind of unfair to compare different programs. The startup time of a program depends on it's memory demands. Before data can be loaded into the memory it must be copied from the drive so size comes into play, and both operating systems use different filesystems.
Things to keep in mind:
-Make sure you've given enough swap to Ubuntu, it should be around the same amount of ram you have. If possible provide swap on a different drive.
-Keep in mind that with fast-boot enabled in Windows there is less ram available for Ubuntu's kernel, and it can cause issues with Ubuntu. For example on my PC fast-boot prevented my root user from being able to mount and unmount partitions.
Right clickon desktop, to change the wallpaper. On Ubuntu: first time I have to wait5s, then0.5s. On Windows the window is opened instantly. EvenVIMstarts slow on Ubuntu. – Ionică Bizău Mar 06 '14 at 12:26vim(orvi) command issued in a terminal? While in general it is possible Windows 8 could outperform Ubuntu for your machine (e.g., faster/better drivers or suitability to the tasks you perform), a console program like Vim should always start very fast, even on a very slow computer, unless there is a lot running in the background. So I think this suggests there's some correctable performance problem in the Ubuntu system. What's the CPU and memory utilization as shown intopor System Monitor? – Eliah Kagan Mar 06 '14 at 18:01vimstarts slow because it loads a lot of plugins. Yes, the terminal version ofvim. Here is a screen shot with the system monitor.Sofware Centerstarted in about 5 seconds andScreenshotapp in 3 seconds. How can I reduce this lag...? – Ionică Bizău Mar 06 '14 at 18:11Memory. – Ionică Bizău Mar 06 '14 at 19:24iotop(sudo apt-get update && sudo apt-get install iotop) and running it (sudo iotop) to see what processes are performing disk and other I/O. That may reveal something useful. You can copy theiotopoutput from the Terminal and put it into your question (by editing); you can also add the screenshots you've taken, to your question. Also let's look at disk usage; please give the output ofdf -h. – Eliah Kagan Mar 06 '14 at 23:21