1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-07-14 18:33:19 +00:00
dupeguru/ABORTED_DEVELOPMENT
Virgil Dupras 574d161ab3 Aborting development of pathlib refactoring
... but keeping the branch around...
2013-08-17 10:49:11 -04:00

9 lines
444 B
Plaintext

I tried converting usage of hscommon.path with pathlib so that I could get rid of its maintenance
burden. In that, I was successful. This branch has all tests passing, and the app runs correctly,
AFAICT.
Unfortunately, pathlib uses too much memory. I compared memory usage for a rather big scan, and
while hscommon.path's dupeGuru used 70mb, pathlib's used 120mb.
Maybe that this situation will get better, so I'm keeping this branch around.