Description
Instead of unbundling (and deserializing, decompressing) bundles into memory, disk, or spilling queue, we should use bundles in efficient and asynchronous way. My idea is using of bundle's iterator directly.
This will reduce the memory space and improve the performance.
P.S., For the sorted queue, I'll create sub-ticket.