powered by
Advise access pattern for a shared input vector/matrix
shared_advise( x, advice = c("normal", "sequential", "random", "willneed", "dontneed") )
A logical scalar; TRUE if the OS accepted the hint.
TRUE
A shard shared vector (from share()).
share()
See segment_advise().
segment_advise()
# \donttest{ x <- as_shared(1:100) shared_advise(x, "sequential") # }
Run the code above in your browser using DataLab