logoalt Hacker News

benj111today at 12:21 PM1 replyview on HN

I would guess to save on installed size?


Replies

RobotCalebtoday at 1:39 PM

It's not about size or file count or disk space consumed. The question is about why would you require the extra overhead of playing the compressed version which involves decompressing it on the fly in some way, versus just playing the already decompressed version.

In this case it was stated that both the compressed and decompressed versions live side by side. So there is no install size saved.