adeel / timed

a command-line time tracker
adeel.github.com/timed
MIT License
109 stars 13 forks source link

Optimize the way the log file is read #3

Closed adeel closed 13 years ago

adeel commented 15 years ago

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.

adeel commented 13 years ago

Latest commits should have made it faster (probably).