the actual indexing time is usually dominated by the time it takes to parse the
documents (PARSE NEXT BLOCK) and to do the final merge (MERGE BLOCKS).
Exercise 4.6 asks you to compute the total index construction time for RCV1
that includes these steps as well as inverting the blocks and writing them to disk.