gpujs / gpu.js

GPU Accelerated JavaScript
https://gpu.rocks
MIT License
15.03k stars 643 forks source link

Support large file MD5 calculation through GPU. #799

Open tenglongwentian opened 1 year ago

tenglongwentian commented 1 year ago

As we all know, the browser side does not use GPU to calculate MD5 files. As the file volume increases, the efficiency becomes lower and lower. Can you combine GPU to support MD5 calculation of large files.