Dear All,
I'm trying to get my head around modifying the parallel_counts example in Ch 6 of Nim in Action [https://github.com/dom96/nim-in-action-code/blob/master/Chapter6/WikipediaStats/parallel_counts.nim] to use readBuffer rather than readChar, so that ultimately it can read in the gzipped Wikipedia file rather than the decompressed one.