1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-10-18 08:43:08 +00:00
dupeguru/core
Andrew Senetar efd500ecc1
Update directory scanning to use os.scandir()
- Change to use os.scandir() instead of os.walk() to leverage DirEntry objects.
- Avoids extra calls to stat() on files during fs.can_handle()
- See 3x speed improvement on Windows in some cases
2022-03-29 23:37:56 -05:00
..
gui More cleanup and fixed a flake8 build issue 2021-08-25 01:11:24 -05:00
me Squashed commit of the following: 2022-03-27 22:27:13 -05:00
pe Squashed commit of the following: 2022-03-27 22:27:13 -05:00
se Code cleanups in core and other affected files 2021-08-21 18:02:02 -05:00
tests Squashed commit of the following: 2022-03-27 23:50:03 -05:00
__init__.py Bump version to 4.2.1 2022-03-19 19:02:41 -05:00
app.py Squashed commit of the following: 2022-03-27 23:50:03 -05:00
directories.py Update directory scanning to use os.scandir() 2022-03-29 23:37:56 -05:00
engine.py Squashed commit of the following: 2022-03-27 22:27:13 -05:00
exclude.py Black formatting changes 2022-02-09 21:49:51 -06:00
export.py Format all files with black correcting line length 2021-08-15 04:10:18 -05:00
fs.py Update directory scanning to use os.scandir() 2022-03-29 23:37:56 -05:00
ignore.py More cleanup and fixed a flake8 build issue 2021-08-25 01:11:24 -05:00
markable.py More cleanups 2021-08-25 00:46:33 -05:00
prioritize.py Remove pathlib function added in Python 3.9 2022-03-28 00:06:32 -05:00
results.py Remove flake8 E731 Errors 2021-08-15 03:53:43 -05:00
scanner.py Squashed commit of the following: 2022-03-27 23:50:03 -05:00
util.py Add update check function and call from about 2022-03-27 21:13:27 -05:00