Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use farmhash instead of md5 #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

timse
Copy link
Collaborator

@timse timse commented Feb 21, 2022

No description provided.

use webpacks internal hash to identify all chunks that have changed
and only treat those that actually did change significantly reducing
the amount of files to check and work on
@timse timse force-pushed the use-farmhash-instead-of-md5 branch from 176ad64 to 49c3cd1 Compare February 21, 2022 00:39
Base automatically changed from only-check-changed-chunks to master February 21, 2022 01:13
@pastelsky
Copy link

pastelsky commented Feb 21, 2022

nit: If speed is the goal xxhash might be a small bit faster. Webpack 5 will soon switch over to that as default too.

Perhaps parcel's wasm implementation could be used —
https://github.com/parcel-bundler/parcel/tree/461de1149a0312d4c541d8e5fca977a7f3c58f7e/packages/utils/hash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants