Structs§
- Byte
LruCache - Byte-limited LRU cache with an optional entry cap.
- Materialization
Policy - Problem
Hints - Hints that flip strict mode on regardless of n/p — used when a code path is structurally operator-only and any dense fallback would be a bug.
- Rayon
Safe Once - Lazy-init cache safe to call from inside rayon par_iter.
- Resource
Policy
Enums§
Constants§
- OWNED_
DATA_ CACHE_ MAX_ ENTRIES - SPATIAL_
DISTANCE_ CACHE_ MAX_ BYTES - SPATIAL_
DISTANCE_ CACHE_ SINGLE_ ENTRY_ MAX_ BYTES - STRICT_
POLICY_ NROWS_ THRESHOLD - Auto-strict triggers for
ResourcePolicy::for_problem. - STRICT_
POLICY_ P_ THRESHOLD
Traits§
Functions§
- rows_
for_ target_ bytes - Returns how many rows to stream per chunk so that each chunk uses approximately
target_bytesgiven a row width ofcolsf64 entries.