snowtrack / snowfs

SnowFS v1 - a fast, scalable version control file storage for graphic files :art:
https://www.snowtrack.io
GNU General Public License v3.0
1.3k stars 43 forks source link

🏇🏽 switch from crypto to hasha to speedup file hashing #227

Closed sebastianrath closed 3 years ago

sebastianrath commented 3 years ago

This PR replaces the crypto module versus hasha as it executes faster in the browser process.