Hi,
I have a compressed file in the disk, that a partitioned in blocks. I read a block from disk decompress it to memory and the read the data.
It is possible to create a producer/consumer, one thread that recovers compacted blocks from disk and put in a queue and another thread that decompress and read the data?
Will the performance be better?
Thanks!