Package: deflist 0.2.0

deflist: Deferred List - A Read-Only List-Like Object with Deferred Access

Implements the 'deflist' class, a read-only list-like object that accesses its elements via a function. The 'deflist' class can be used to model deferred access to data or computations by routing indexed list access to a function. This approach is particularly useful when sequential list-like access to data is required but holding all the data in memory at once is not feasible. The package also provides utilities for memoisation and caching to optimize access to frequently requested elements.

Authors:Bradley Buchsbaum [aut, cre]

deflist_0.2.0.tar.gz
deflist_0.2.0.zip(r-4.5)deflist_0.2.0.zip(r-4.4)deflist_0.2.0.zip(r-4.3)
deflist_0.2.0.tgz(r-4.4-any)deflist_0.2.0.tgz(r-4.3-any)
deflist_0.2.0.tar.gz(r-4.5-noble)deflist_0.2.0.tar.gz(r-4.4-noble)
deflist_0.2.0.tgz(r-4.4-emscripten)deflist_0.2.0.tgz(r-4.3-emscripten)
deflist.pdf |deflist.html
deflist/json (API)
NEWS

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

Peer review:

Bug tracker:https://github.com/bbuchsbaum/deflist/issues

On CRAN:

3.70 score 1 stars 6 scripts 177 downloads 1 exports 11 dependencies

Last updated 2 years agofrom:a37caecde3. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 14 2024
R-4.5-winOKNov 14 2024
R-4.5-linuxOKNov 14 2024
R-4.4-winOKNov 14 2024
R-4.4-macOKNov 14 2024
R-4.3-winOKNov 14 2024
R-4.3-macOKNov 14 2024

Exports:deflist

Dependencies:assertthatcachemclifastmapgluelifecyclemagrittrmemoisepurrrrlangvctrs

Introduction

Rendered fromIntroduction.Rmdusingknitr::rmarkdownon Nov 14 2024.

Last update: 2023-04-24
Started: 2023-04-22