Comment on Ethereum: A Turing-Complete CryptocurrencyparentComments−nazgulnarsil12yWhat creates that upper limit of 7x2^29?−tromp12ythe naming convention that allows it to be named cuckoo729.the program could be rewritten not to use bit 31 as a flag, and then you could use as many as 2^32-1 nodes, but that's not neatly expressible as MULT*2^SHIFT with few digits.
Comments
What creates that upper limit of 7x2^29?
the naming convention that allows it to be named cuckoo729.
the program could be rewritten not to use bit 31 as a flag, and then you could use as many as 2^32-1 nodes, but that's not neatly expressible as MULT*2^SHIFT with few digits.