adeel/timed

Optimize the way the log file is read

adeel opened this issue · 1 comments

timed is relatively slow right now. Usually we don't need all the data in the file so it will improve performance if we parse only the relevant parts.

Latest commits should have made it faster (probably).