Improve hashing.{dir,zip}_hash
efficiency.
#1850
Labels
tech-debt
Issue that addresses technical debt.
hashing.{dir,zip}_hash
efficiency.
#1850
As pointed out by @benjyw in #1845 (review) these hashing functions could reduce memory overhead for zips / directory trees with huge listings. They could also stand to share some code so they produce a consistent hash for a zipped and unzipped dir of the same contents. They could also use a dedicated set of tests to prove this consistency.
The text was updated successfully, but these errors were encountered: