in reply to SHA-256? What do you all think of this?
It might be worth profiling it first (or just adding some printf's with timestamps) to see if anything but the reads (or possibly the sha calculation, if that's what takes all the time) takes significant time, though.
Given how large your reads are, you're not going to want more than a few blocks in progress at a time, though, or you'll be soaking up too much RAM.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: SHA-256? What do you all think of this?
by locked_user erichansen1836 (Sexton) on May 23, 2019 at 18:14 UTC |