I've been using NTFS compressed format for many years now!
It's not very CPU intensive, like the article mentions.
Even on a netbook the CPU has more than enough horsepower spare to copy/move files around.
Copying them at the maximum bandwidth of the drive and CPU bus, usually raises CPU usage from 1-3% to 20% for slower processors. But still, you have enough CPU spare to do other jobs, even on a Pentium M 800Mhz cpu!
Also NTFS compression causes MUCH faster reads, but also MUCH slower writes!
For instance, my Intel 710 SSD drive can get speeds of upto 3GB/s, write speeds as low as 80MB/s.
The drive is rated at a nominal speed of 5xxMB/s / 4xxMB/s Write.
Another: NTFS compressed harddrives are not recognized by Linux. Many Linux operating systems can read them, but not all write to them, and if they do, they will cause a mess on the harddrive, overwriting clusters of other files!
Therefor, many linux operating systems like those based on Android, or other media players for instance, will read the disk TOC, but will not read the file's content, as they can't deal with the compression algorythm.