Closed fservida closed 11 months ago
After investigation reason for this is that reading, hashing and writing were sequential, thus almost halving potential speed. Parallelizing the three allows to read data, start hashing and writing, and start the next read while hashing and writing is underway.
as title