Hmm, 8 blocks = 2,147,483,648 keys (2^31)...that means that each block = 268,435,456 keys (2^28). I would've never figured this out if I hadn't seen that page.
What these numbers mean ....who knows. Still pretty interesting though...although I was reviewing the data range for long ints in C otherwise I probably wouldn't have noticed it.