Guys, you misinterpreted my statement.

I never said scanning is now parallelized (it is not). I just said scanning speed is improved, especially on Core 2 architecture CPUs.
What actually took place is that one of the key scanning algorithms in avast (namely, a pattern matching algorithm)was completely replaced by a new one. The new code, originally written in C++ was then hand-rewritten to a highly optimized assembler by one of our ASM gurus. And while doing so, "Core 2" was chosen as the reference architecture (when hand-optimizing code, you usually have to choose a fixed CPU family/stepping (sometimes even the revision) because timings and other characteristics can be very different across different families). Core 2 was chosen for two reasons: first, it's a CPU of the future (more and more people will be getting it in the upcoming year), and second, we're REALLY excited about this CPU. It simply rocks, and we believe it's the biggest step Intel made since the transition to Pentium (AMD is clearly loosing the battle here). On the other hand, P4/Netburst is a nightmare (as in "really bad for code optimization") and this includes P4-D that alanrf probably has (the original Intel dual core CPU).
By the way, talking about parallelization of the scanning algorithm. This is definitely on our roadmap, but I'd just like to say that by default, it will definitely NOT be preset to use all N cores. Instead, we will probably make it use N-1 cores by default (that is, if your CPU is dual-core it would run on a single core (as it does now) anyway...). The reason is simple - we don't want to totally choke the computer while performing the scan! The whole beaty of multi-core processing is that more things can be done in parallel (i.e. scanning for viruses AND something else). Well, at least theoretically - shared resources (such as the hard drive in our case) somewhat ruin this idea...

So, this feature will really start making sense when quad-core CPUs become more prevalent - and the release of avast 5 sounds like a timeframe reasonably aligned with this.
Cheers
Vlk