Nethack statistics II
Thursday, January 27th, 2005
Did some more work on the Nethack Statistics. (Script attached to the end of the file)
It’s still much to slow. Running it on my logfile with 288 lines takes 8 seconds. 1 Second would even be too much for such a small file. Of course, the Bash script is horrible, and it calls on grep and cut way too often. Perhaps I’ll rewrite it in PERL or something.