Skip to main content

Module prefetch

Module prefetch 

Source
Expand description

Reader-side policy: materializes Paged entries near the front.

Structs§

PrefetchPolicy
A reader-side SpillPolicy that materializes Paged entries near the front of the queue up to a byte budget. The writer-side dual of super::threshold::Threshold: the writer pages data out, the reader pages data back in — both through SpillPolicy::apply.