Fast hashing for multiple hash algorithms

Created on 3 September 2023, about 1 year ago
Updated 4 September 2023, about 1 year ago

Problem/Motivation

If multiple hash algorithms are enabled, files are read and hashed repeatedly for each algorithm, rather than reading once and updating the hash for each algorithm. Fixing this would be an easy performance optimization.

Steps to reproduce

Enable multiple hash algorithms, create a file.

Proposed resolution

Open file for reading, and update each hash as the file is read.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Fixed

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States mfb San Francisco

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024