1251
1260
"""Read some nodes from disk into the LRU cache.
1253
1262
This performs a readv to get the node data into memory, and parses each
1255
1264
supplied order. If possible doing sort() on the list before requesting
1256
1265
a read may improve performance.
1258
1267
:param nodes: The nodes to read. 0 - first node, 1 - second node etc.
1264
1276
offset = index * _PAGE_SIZE