Project

General

Profile

Feature #16519

Updated by Ward Vandewege almost 4 years ago

There is now a Go package way to speed up md5sum calculations when the hardware supports it (AVX/AVX2 extensions, which are now common): 

   https://github.com/minio/md5-simd 

 which is described here: 

   https://blog.min.io/accelerating-aggregate-md5-hashing-up-to-800-with-avx512-2/ 

 Ideally, keepstore would leverage this library to speed up its hashing.

Back