What is the difference between decompress and uncompress? Is there any?
Context:
The receiving node has to uncompress/decompress the data.
|
What is the difference between decompress and uncompress? Is there any? Context:
|
|||||||||||||||
|
|
decompress — that's it. Uncompressed = not compressed; may never have been compressed in the first place. Just plain data is uncompressed data in every sense. To specifically refer to that which has undergone the process of decompressing, we would say decompressed data. Looking at it in another way, data before being compressed is uncompressed — that extracted from compressed format is decompressed data. [Edit-1] Also, per Alenanno, |
|||||||||
|
|
EDIT Decompress and uncompress seem to be used synonymously in the context of computing, although decompress seems to be used more frequently. A search on MSDN for uncompress* returns 731 hits, while decompress* returns 4,450 hits. Seaching on SO gives similar results. There are
In contrast, there are
|
||||
|
|
|
Uncompressed data will never be "uncompressed" once it's been compressed — it'll be decompressed. |
||||
|
|