| ▲ | rtyu1120 an hour ago | ||||||||||||||||
Bit unrelated rant but I'm still not sure why ZIP has been adopted as an Application File Format rather than anything else. It is a remanent of a DOS era with questionable choices, why would you pick it over anything else? | |||||||||||||||||
| ▲ | amiga386 an hour ago | parent | next [-] | ||||||||||||||||
- archiver format to stow multiple files in one; your actual files (in your choice of format(s)) go inside - files can be individually extracted, in any order, from the archive - thousands of implementations available, in every language and every architecture. no more than 32KiB RAM needed for decompression - absolutely no possibility of patent challenges | |||||||||||||||||
| |||||||||||||||||
| ▲ | crazygringo 15 minutes ago | parent | prev | next [-] | ||||||||||||||||
If all you need is a bag of named blobs and you just want quick reasonable compression supported across all platforms, why not? If you don't need any table/relational data and are always happy to rewrite the entire file on every save, ZIP is a perfectly fine choice. It's easier than e.g. a SQLite file with a bunch of individually gzipped blobs. | |||||||||||||||||
| ▲ | tetraca an hour ago | parent | prev | next [-] | ||||||||||||||||
Because Windows can view and extract them out of the box without installing any additional applications. If it supported anything better out of the box I'd guess people would use that instead. | |||||||||||||||||
| |||||||||||||||||
| ▲ | mikkupikku an hour ago | parent | prev | next [-] | ||||||||||||||||
It works well enough. What could, for instance, epubs gain by having another base format instead? | |||||||||||||||||
| ▲ | gus_massa an hour ago | parent | prev [-] | ||||||||||||||||
I think most format use "gzip" instead of "zip". | |||||||||||||||||
| |||||||||||||||||