Interesting comment about RAM being so cheap that it is possible to run w/o a swap file. I was just thinking about that - my RAM is good at 1.5 GB. However, with Windows (any flavor), you are always using some swap file. I've read many a debate in forums about this. No matter how much RAM you have, Windows always keeps some free for anything else that may come its way, and so pages out some memory jobs to the page (swap) file.
With Linux, it appears not to be so. It seems the swap file isn't used unless you exceed physical memory. Therefore, your comment about a swap file is actually true with linux, but not with Windows.
Which makes Linux noticeably faster, if you ask me.
Consider: Say you have 1 GB of RAM but are using several apps at once requiring up to 1.5 GB of memory. It seems Linux will use 100% of the RAM, and page out the extra .5 GB. Windows would keep some RAM open and page out maybe .75 GB. Unless I am wrong about this, it would seem Windows is slower by design because it never makes full use of your physical memory resources. Notice, too, that Linux will run without a swap file, but Windows requires at least 5MB, I believe.
BTW - I solved my mounting problem of the swap file. The UUID was incorrect in fstab and the resume file. Now when I open System Monitor I can see that the system recognizes the swap partition. But as I mentioned above, since RAM usage is low, swap file usage is zero. Windows would be sending some pages back and forth to the hard disk.