in reply to Re^3: Count byte/character occurrence (1/4)
in thread Count byte/character occurrence (quickly)

That makes sense. For a 16MB file the script is only doing 1000 reads at 16K each. If each read is only reading one extra block and that extra block is always the consecutive one it probably should make only a small difference to the run time. Anyway, thanks for the clarification - thought I must have missed some clever trick.

  • Comment on Re^4: Count byte/character occurrence (1/4)