Why doesnt Ethereum support concurrency?
https://en.m.wikipedia.org/wiki/Concurrency_(computer_science)
Why doesnt Ethereum support concurrency?
https://en.m.wikipedia.org/wiki/Concurrency_(computer_science)
There is an EIP draft written for it here, but it wasn't implemented because the actual bottleneck for tx execution is state i/o, which would only be worsened by tx parallelizing.