Post
Topic
Board Development & Technical Discussion
Re: Fast parallel block validation without UTXO-index
by
tomtomtom7
on 11/04/2017, 09:09:35 UTC
This in contrast to Core's model which needs sequential reads and writes to the UTXO index, even if all scripts are already verified.
This is not how Bitcoin Core works. No access to the disk normally at all happens when a block is verified except for transactions that have not yet been seen, reading or writing.

I am not talking about disk reads and writes, I am talking about UTXO index reads and writes.