Andrew Senetar

Results 129 comments of Andrew Senetar

When serving the files going into the zip directly from nginx (and not pre-calculating the `crc32`) it seems the `crc32` does not get calculated correctly. Upon looking into this, it...

You can change the state of these folders by finding them in the main window and changing them to normal. It will include sub-directories of those directories in the search...

I am going to mark this as a feature as it is possible (although a bit inconvenient to search these folders), and this is going to require making either an...

I am fine with removing the lines @glubsy pointed out or only using them if for some reason there is not an exclude list. The exclude list by default adds...

@mosiser folder mode should compare the contents of the folders completely, this means all files within those folders will be considered. Content mode will follow the exclusion filters and ignore...

I think that is okay. I will add an option, although it will be disabled by default since it could result in an incorrect result. Only users who have that...

There are multiple items impacting the performance here, `os.listdir` is still used in some places, the file and folder classes are implementing functionality that may now be better to leave...

I have confirmed with some initial testing that it is possible to see significant performance improvements rewriting the underlying file and folder classes around `os.scandir` and the resulting `os.DirEntry` objects,...

@fotico, @Dobatymo and @chchia if you are interested in building from source, the latest commit https://github.com/arsenetar/dupeguru/commit/efd500ecc1eb604918da3fc01512c502912771d8 has several improvements to the file collection. In testing I am seeing some good...

@fotico, @Dobatymo, and @chchia pushed another update in https://github.com/arsenetar/dupeguru/commit/c5818b1d1f78be9201c5e3164177361fea0bf629 that adds a preference for profiling scan operations. This logs the number of calls and time spent within functions when running...