PHACDataHub / data-mesh-ref-impl

Data Mesh Reference Implementation with standalone example use cases
Apache License 2.0
6 stars 3 forks source link

Refactored the scripts to improve parallelism #56

Closed simardeep1792 closed 10 months ago

simardeep1792 commented 10 months ago

Added GNU parallel to optimize the processing of file uploads. It enables concurrent processing of multiple files, leveraging available CPU cores to speed up the upload tasks.

simardeep1792 commented 10 months ago

Record uploading speed observations

BEFORE

AFTER: