Use a dictionary instead of a linear lookup by hash.
Most of the time was spent in the todo_by_hash function which is not efficient enough for large todo files.
Showing
Please register or sign in to comment
Most of the time was spent in the todo_by_hash function which is not efficient enough for large todo files.