feature/NewHashingAlgorithms #6
No reviewers
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ProfessionalUwU/chksum#6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/NewHashingAlgorithms"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Breaking changes
Redis
I am now using redis to overcome the limitations of SQLite.
This also means that any setup before will be broken by this update.
If you want to save the hashes to a database then you can use the saveToSqlite option.
New features
New hashing algorithms
MurmurHash is considerably faster than MD5 and XxHash is even faster than MurmurHash when tested on mixed file sizes.
Buffer size
The buffer size of the two new hashing algorithms can be configured with a commandline option.
The default value is 4096 bytes. Higher values are recommended for faster drives.
Progress bar
The program finally has a progress bar so one will know how far along the checksumming process is.