Hacker News new | ask | show | jobs
by zmmmmm 1356 days ago
Nearly all bioinfo tools operate in streaming mode which means line based gzipped formats work great as you can parallelise the processing with reading the file. Nobody ever unzips the whole file before starting to process it.