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-x86_64)vecrep_0.1.0.9000.zip(r-4.6-x86_64)vecrep_0.1.0.9000.zip(r-4.5-x86_64)
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
DESCRIPTION |NEWS
card.svg |card.png
vecrep/json (API)

# 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 293 downloads 1 exports 0 dependencies

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

TargetResultTimeFilesSyslog
linux-devel-arm64OK126
linux-devel-x86_64OK115
source / vignettesOK159
linux-release-arm64OK159
linux-release-x86_64OK117
macos-release-arm64OK72
macos-release-x86_64OK161
macos-oldrel-arm64OK109
macos-oldrel-x86_64OK127
windows-develOK71
windows-releaseOK86
windows-oldrelOK72
wasm-releaseOK96

Exports:rep_altrep

Dependencies: