| shared_advise | R Documentation |
Advise access pattern for a shared input vector/matrix
shared_advise(
x,
advice = c("normal", "sequential", "random", "willneed", "dontneed")
)
x |
A shard shared vector (from |
advice |
See |
A logical scalar; TRUE if the OS accepted the hint.
x <- as_shared(1:100)
shared_advise(x, "sequential")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.