Author

Topic: [2015-09-20] Gavin Andresen: Big-O scaling (Read 294 times)

legendary
Activity: 1148
Merit: 1014
In Satoshi I Trust
September 20, 2015, 12:36:29 PM
#1
Big-O scaling

Computer science has this thing called “big-O notation” (that’s O as in “oh”, not zero). It is a way of describing how algorithms behave as they’re given bigger problems to solve.

During the Great Maximum Blocksize Debate, there have been repeated claims that “Bitcoin is not scalable, because it is O(n2).” N-squared scaling is not sustainable; double N, and you need four times the resources (memory or CPU).

https://gavinandresen.svbtle.com/are-bigger-blocks-dangerous
Jump to: