Expand description
Reader-side policy: materializes Paged entries near the front.
Structs§
- Prefetch
Policy - A reader-side
SpillPolicythat materializesPagedentries near the front of the queue up to a byte budget. The writer-side dual ofsuper::threshold::Threshold: the writer pages data out, the reader pages data back in — both throughSpillPolicy::apply.