WorldBench overall performance
WorldBench uses scripting to step through a series of tasks in common Windows applications and then produces an overall score for comparison. More impressively, WorldBench spits out individual results for its component application tests, allowing us to compare performance in each. We'll look at the overall score, and then we'll show individual application results alongside the results from some of our own application tests.

Desktop processors from AMD and Intel used to be relatively closely matched in overall WorldBench performance, but the introductions of higher speed grades and revision-E CPU cores from AMD have opened up a performance gap. The Extreme Edition 965 makes up a little ground, but not nearly enough.

Audio editing and encoding

LAME MP3 encoding
LAME MT is, as you might have guessed, a multithreaded version of the LAME MP3 encoder. LAME MT was created as a demonstration of the benefits of multithreading specifically on a Hyper-Threaded CPU like the Pentium 4. You can even download a paper (in Word format) describing the programming effort.

Rather than run multiple parallel threads, LAME MT runs the MP3 encoder's psycho-acoustic analysis function on a separate thread from the rest of the encoder using simple linear pipelining. That is, the psycho-acoustic analysis happens one frame ahead of everything else, and its results are buffered for later use by the second thread. The author notes, "In general, this approach is highly recommended, for it is exponentially harder to debug a parallel application than a linear one."

We have results for two different 64-bit versions of LAME MT from different compilers, one from Microsoft and one from Intel, doing two different types of encoding, variable bit rate and constant bit rate. We are encoding a massive 10-minute, 6-second 101MB WAV file here, as we have done in many of our previous CPU reviews.

MusicMatch Jukebox

The Extreme Edition 965 breezes through our audio encoding tests with ease, but the FX-60 again takes the top spot overall.