BZ2: Difference between revisions
Jump to navigation
Jump to search
SirYodaJedi (talk | contribs) (Created page with "'''BZ2''' ('''bzip2''') is a single-file compression format, which is slightly slower but slightly more efficient than ZIP's standard {{w|Deflate}} compression. It is opt...") |
SirYodaJedi (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
'''BZ2''' ('''bzip2''') is a single-file [[compression]] format, which is slightly slower but slightly more efficient than ZIP's standard {{w|Deflate}} compression. | '''BZ2''' ('''bzip2''') is a single-file [[compression]] format, which is slightly slower but slightly more efficient than [[ZIP]]'s standard {{w|Deflate}} compression. | ||
It is optionally used by {{src|4.1|nt=0}} [[FastDL]] servers to reduce network bandwidth usage, by sending the compressed file, which is then decompressed by the client. | It is optionally used by {{src|4.1|nt=0}} [[FastDL]] servers to reduce network bandwidth usage, by sending the compressed file, which is then decompressed by the client. |
Revision as of 14:24, 31 May 2024
BZ2 (bzip2) is a single-file compression format, which is slightly slower but slightly more efficient than ZIP's standard Deflate compression.
It is optionally used by Source 1 FastDL servers to reduce network bandwidth usage, by sending the compressed file, which is then decompressed by the client.