This commit changes the Store.last_modified function to compare the precomputed file hashes instead of their contents, as the latter is significantly (~10 to 20x) slower. :)
(More specifically, Tree.find is way slower than Tree.find_tree)
It also changes the documentation of the function where variable n is wrongly referred to as number.
This commit changes the
Store.last_modified
function to compare the precomputed file hashes instead of their contents, as the latter is significantly (~10 to 20x) slower. :) (More specifically,Tree.find
is way slower thanTree.find_tree
)It also changes the documentation of the function where variable
n
is wrongly referred to asnumber
.