logoalt Hacker News

fizzbuzzbarbazztoday at 12:01 PM2 repliesview on HN

I think you misunderstood his question.

Given two files, a compressed file which must be uncompressed to play, and an uncompressed one which does not require extra processing - why would the game ever bother uncompressing te compressed file when the same data is already available uncompressed?

There's no true use case for that that I can see.


Replies

Uvixtoday at 12:19 PM

With hard disks, I could see reading the compressed version from disk and decompressing giving you the bytes faster than reading the uncompressed version. With SSDs that advantage likely went away.

show 1 reply
benj111today at 12:21 PM

I would guess to save on installed size?

show 1 reply