Functions§
- madvise_
populate_ read madvise()
withMADV_POPULATE_READ
on linux systems. This a no-op on non-linux systems.- madvise_
sequential madvise()
withMADV_SEQUENTIAL
on unix systems. This is a no-op on non-unix systems.- madvise_
willneed madvise()
withMADV_WILLNEED
on unix systems. This is a no-op on non-unix systems.- prefetch_
l2 - Attempt to prefetch the memory in the slice to the L2 cache.
- to_
mutable_ ⚠slice - Safety