dupeguru/core
Andrew Senetar 9f40e4e786
Squashed commit of the following:
commit 5eb515f666bfa1ff06c2e96bdc351a4b7456580e
Author: Andrew Senetar <arsenetar@gmail.com>
Date:   Sun Mar 27 22:19:39 2022 -0500

    Add fallback to md5 if xxhash not available

    Mainly here for the case when distributions have not packaged python3-xxhash.

commit 51b18d4c84
Author: Andrew Senetar <arsenetar@gmail.com>
Date:   Sat Mar 19 15:25:46 2022 -0500

    Switch file hashing to xxhash instead of md5

    - Improves performance significantly in some cases
    - Add xxhash to requirements.txt and sort requirements
    - Rename md5 based members to digest
    - Update all tests to use new member names and hashing methods
    - Update hash db code to upgrade schema

    NOTE: May consider supporting multiple hashing algorithms in the future.
2022-03-27 22:27:13 -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 22:27:13 -05:00
__init__.py Bump version to 4.2.1 2022-03-19 19:02:41 -05:00
app.py clean up abstraction 2021-10-29 15:24:47 +08:00
directories.py clean up abstraction 2021-10-29 15:24:47 +08: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 Squashed commit of the following: 2022-03-27 22:27:13 -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 Format files with black 2019-12-31 20:16:27 -06:00
results.py Remove flake8 E731 Errors 2021-08-15 03:53:43 -05:00
scanner.py Add preference to ignore large files, close #430 2021-08-27 05:35:54 -05:00
util.py Add update check function and call from about 2022-03-27 21:13:27 -05:00