| segment_advise | R Documentation |
This calls madvise() on the segment mapping when available.
segment_advise(
seg,
advice = c("normal", "sequential", "random", "willneed", "dontneed")
)
seg |
A shard_segment. |
advice |
One of "normal", "sequential", "random", "willneed", "dontneed". |
A logical scalar; TRUE if the OS accepted the hint.
seg <- segment_create(1024)
segment_advise(seg, "sequential")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.