| buffer_advise | R Documentation |
Advise access pattern for a buffer
buffer_advise(
x,
advice = c("normal", "sequential", "random", "willneed", "dontneed")
)
x |
A shard_buffer. |
advice |
See |
A logical scalar; TRUE if the OS accepted the hint.
buf <- buffer("double", dim = 10L)
buffer_advise(buf, "sequential")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.