noobaa / noobaa-core

High-performance S3 application gateway to any backend - file / s3-compatible / multi-clouds / caching / replication ...
https://www.noobaa.io
Apache License 2.0
268 stars 78 forks source link

MD5 Calculation on blob_get_blob should use native code thread and not node js crypto library #4718

Open jeniawhite opened 6 years ago

jeniawhite commented 6 years ago

Environment info

Actual behavior

  1. In blob_get_blob we calculate the md5 using the crypto library in our node js process (single thread)

Expected behavior

  1. We should move the calculation to the native c++ thread that will calculate the md5

Steps to reproduce

1.

Screenshots or Logs or other output that would be helpful

github-actions[bot] commented 1 day ago

This issue had no activity for too long - it will now be labeled stale. Update it to prevent it from getting closed.