You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hashing 10000's of files small and big for both material an product it takes time. Currently the hashing is done in serial while parallel hashing thru threads would speed it up.
User value:
The amount of time spend 'extra' to do the attestation in a pipeline goes down.
Expected behavior:
Material and product hashing should be fast and have little impact on the overall pipeline that a witness execution is part of.
Proposed solution:
Implement threading and a worker queue to process files at the speed of the amount of processors available.
Anything else you would like to add:
I have done a test earlier that showed a 10x speed increase.
Testing changes required:
TBD
Documentation changes required:
TBD
The text was updated successfully, but these errors were encountered:
matglas
changed the title
[Improvement]: Improving the speed of the material and product attestor
[Enhancement]: Improving the speed of the material and product attestor
Sep 24, 2024
Describe the solution you'd like:
When hashing 10000's of files small and big for both material an product it takes time. Currently the hashing is done in serial while parallel hashing thru threads would speed it up.
User value:
The amount of time spend 'extra' to do the attestation in a pipeline goes down.
Expected behavior:
Material and product hashing should be fast and have little impact on the overall pipeline that a witness execution is part of.
Proposed solution:
Implement threading and a worker queue to process files at the speed of the amount of processors available.
Anything else you would like to add:
I have done a test earlier that showed a 10x speed increase.
Testing changes required:
TBD
Documentation changes required:
TBD
The text was updated successfully, but these errors were encountered: