bplib icon indicating copy to clipboard operation
bplib copied to clipboard

Implement look ahead cache for file storage

Open jpswinski opened this issue 5 years ago • 0 comments

If the cache in the file storage service is smaller than the active table, then it could be improved by adding look ahead logic where there is a thread in the background that is constantly populating the queue with the oldest bundles. This would optimize the dequeue but potentially hurt the timeout (retrieve) performance.

jpswinski avatar Aug 28 '19 18:08 jpswinski