Post
Topic
Board Altcoin Discussion
Re: New Cryptocurrency written using 'Rust', looking for another programmer
by
Come-from-Beyond
on 29/09/2015, 14:33:34 UTC
Not every transaction depends on the transaction before it. You can parallelize 99.9% of transaction processing and keep 0.01% serial [if one transaction depends on the one before it in the same block].

What is the source of your numbers?