For example, the block order is ... 99, 100, 101, 200, 102, 103, ... 199, 201, 202, 203...
The easiest way for blockchain parser is to keep in memory the blocks which can not be added to
a
by asking bitcoin client save them in right order. OK, it is not possible today. I've already written a
code for linearization-on-the-fly. The topic can be closed.