dupeguru/core
glubsy 9f223f3964 Concatenate regexes prio to compilation
* Concatenating regexes into one Pattern might yield better performance under (un)certain conditions.
* Filenames are tested against regexes with no os.sep in them. This may or may not be what we want to do.
And alternative would be to test against the whole (absolute) path of each file, which would filter more agressively.
2020-08-20 02:46:06 +02:00
..
gui Implement exclude list dialog on the Qt side 2020-08-17 05:54:59 +02:00
me Format files with black 2019-12-31 20:16:27 -06:00
pe Properly wait for multiprocesses to exit 2020-07-28 16:44:06 +02:00
se Format files with black 2019-12-31 20:16:27 -06:00
tests Ignore path and filename based on regex 2020-08-03 16:19:27 +02:00
__init__.py Format files with black 2019-12-31 20:16:27 -06:00
app.py Concatenate regexes prio to compilation 2020-08-20 02:46:06 +02:00
directories.py Concatenate regexes prio to compilation 2020-08-20 02:46:06 +02:00
engine.py Format files with black 2019-12-31 20:16:27 -06:00
exclude.py Concatenate regexes prio to compilation 2020-08-20 02:46:06 +02:00
export.py Format files with black 2019-12-31 20:16:27 -06:00
fs.py Ignore path and filename based on regex 2020-08-03 16:19:27 +02:00
ignore.py Format files with black 2019-12-31 20:16:27 -06:00
markable.py Format files with black 2019-12-31 20:16:27 -06:00
prioritize.py Format files with black 2019-12-31 20:16:27 -06:00
results.py Clean up rest of DeprecationWarnings 2020-06-30 00:51:06 -05:00
scanner.py Format files with black 2019-12-31 20:16:27 -06:00
util.py Format files with black 2019-12-31 20:16:27 -06:00