On 12/10/15 10:55 PM, Andrei Alexandrescu wrote: > > So the growth schedule is exponential of the LogIntegral(n). Let's write > it as: > > f(n) = 2^^li(n) I was wrong here, that's the number of total moves. The growth schedule is proportional to the derivative of that: f(n) = 2^^li(n)/log(n) Andrei