in reply to Re^2: Faster and more efficient way to read a file vertically
in thread Faster and more efficient way to read a file vertically

I think this is parallelizable, too. If you have 24 cores, you can seek to $L/24, do your thing, combine results.
  • Comment on Re^3: Faster and more efficient way to read a file vertically