top | item 15413274

(no title)

seastarer | 8 years ago

> If you know your read and write patterns very well you can effectively use this for nearly asynchronous IO without the pains of AIO and few to none extra threads.

This may work for sequential reads, but not for random reads.

discuss

order

the8472|8 years ago

Not just sequential reads. Any reads where you know the pattern and can advise in advance.