SQLite Forum

3.31.1: docs as PDF?
Login
> tar.gz would be better, because zip has the index at the end which means you have to wait for the whole file before you can start rendering it.

Many programs need to read the entire file to read the index at the end, although `bsdtar` does support streaming ZIP files (and can also be used to read a truncated ZIP file, which is something I had to do once).