Accelerating Bitcoin's Transaction Processing(cs.huji.ac.il)
cs.huji.ac.il
Accelerating Bitcoin's Transaction Processing
http://www.cs.huji.ac.il/~avivz/pubs/13/btc_scalability_full.pdf
http://www.cs.huji.ac.il/~avivz/pubs/13/btc_scalability_full.pdf
From a very superficial reading I understand that this paper proposes to solve forks in the blockchain by choosing the subtree with the most children (instead of the largest height, like in the current protocol). The authors claim that this avoids wasting (much of?) the computational power invested into blocks that are eventually rejected.
The meat of the paper starts at page 18.