Benchmark: Reading uncompressed and compressed files from disc
In this post I’ll compare the running time of reading uncompressed and compressed files from disc. I’ll run a test using two files, data.txt (858M) and data.txt.gz (83M), that have the same content. About cat and zcat The well-known command…