webpack-md5-hash icon indicating copy to clipboard operation
webpack-md5-hash copied to clipboard

Use hasha module for MD5 hash generate process

Open niksy opened this issue 8 years ago • 0 comments

Using hasha I have achieved generate time drop from 2.5s to 700ms. This is probably because hasha internally uses native crypto module instead of custom implementation from md5 module.

Would you consider using this module? I suppose this needs to be additionally checked because of Node support.

niksy avatar Oct 17 '16 12:10 niksy