System Win 7 32 bit. I am using WinRAR to extract a .rar file, but I think it is the same for any zipped files. I have:
1) SomeSourceCodeFolder.rar -> extract -> SomeDestCodeFolder
2) SomeSourceCodeFolder -> copy -> SomeDestCodeFolder
1st way is in general is much faster than the 2nd one. In my case, copying a 300mb code folder it says 45 minutes (which I only waited 5 minutes, didn't bother to finish it), but when I try to do the same with winRAR extract, it takes only about 45 seconds to finish.
Why is that? Doesn't zipped files go thru decrypt + copy to file system? shouldn't it be always slower than copying alone?