README 188 B

1234
  1. An example of how one can partition a large file and process it in parallel.
  2. The core function is `partition`. Also look at how multiprocessing's
  3. starmap_async is used to get the result.