adeel / timed

a command-line time tracker

Home Page:adeel.github.com/timed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize the way the log file is read

adeel opened this issue · comments

commented

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.

commented

Latest commits should have made it faster (probably).