Package: vecrep 0.1.0.9000

vecrep: Compact Vector Replication

Replicates vectors using ALTREP (Alternative Representations for R Objects), avoiding unnecessary memory allocation. When a vector is repeated many times, only a reference to the original data is stored rather than copying the full expanded replicates into memory. The expanded data is only materialised if it is modified, making repeated vectors cheap to create and pass around. This is particularly useful when working with large repeated sequences, such as replicated index vectors, simulation inputs, or repeated reference values in data pipelines.

Authors:Mitchell O'Hara-Wild [aut, cre, cph], Gabriel Becker [ctb]

vecrep_0.1.0.9000.tar.gz
vecrep_0.1.0.9000.zip(r-4.7)vecrep_0.1.0.9000.zip(r-4.6)vecrep_0.1.0.9000.zip(r-4.5)
vecrep_0.1.0.9000.tgz(r-4.6-x86_64)vecrep_0.1.0.9000.tgz(r-4.6-arm64)vecrep_0.1.0.9000.tgz(r-4.5-x86_64)vecrep_0.1.0.9000.tgz(r-4.5-arm64)
vecrep_0.1.0.9000.tar.gz(r-4.7-arm64)vecrep_0.1.0.9000.tar.gz(r-4.7-x86_64)vecrep_0.1.0.9000.tar.gz(r-4.6-arm64)vecrep_0.1.0.9000.tar.gz(r-4.6-x86_64)
vecrep_0.1.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
vecrep/json (API)
NEWS

# Install 'vecrep' in R:
install.packages('vecrep', repos = c('https://mitchelloharawild.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/mitchelloharawild/vecrep/issues

Pkgdown/docs site:https://pkg.mitchelloharawild.com

On CRAN:

Conda:

altrep

3.48 score 2 stars 1 exports 0 dependencies

Last updated from:7d026cbc65. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK125
linux-devel-x86_64OK114
source / vignettesOK141
linux-release-arm64OK117
linux-release-x86_64OK104
macos-release-arm64OK81
macos-release-x86_64OK172
macos-oldrel-arm64OK70
macos-oldrel-x86_64OK189
windows-develOK127
windows-releaseOK77
windows-oldrelOK83
wasm-releaseOK92

Exports:rep_altrep

Dependencies: