Package: Rfmalloc 0.1.0
Rfmalloc: Persistent ALTREP Vectors
Provides experimental file-backed, ALTREP-style vector allocation for R using the 'fmalloc' library. The package supports persistent and scratch runtimes, durable reference-based serialization, explicit vector lifecycle management, and multiple runtime handles for working with several backing files in one R process.
Authors:
Rfmalloc_0.1.0.tar.gz
Rfmalloc_0.1.0.zip(r-4.7)Rfmalloc_0.1.0.zip(r-4.6)Rfmalloc_0.1.0.zip(r-4.5)
Rfmalloc_0.1.0.tgz(r-4.6-x86_64)Rfmalloc_0.1.0.tgz(r-4.6-arm64)Rfmalloc_0.1.0.tgz(r-4.5-x86_64)Rfmalloc_0.1.0.tgz(r-4.5-arm64)
Rfmalloc_0.1.0.tar.gz(r-4.7-arm64)Rfmalloc_0.1.0.tar.gz(r-4.7-x86_64)Rfmalloc_0.1.0.tar.gz(r-4.6-arm64)Rfmalloc_0.1.0.tar.gz(r-4.6-x86_64)
Rfmalloc_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
Rfmalloc/json (API)
NEWS
| # Install 'Rfmalloc' in R: |
| install.packages('Rfmalloc', repos = c('https://sounkou-bioinfo.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sounkou-bioinfo/rfmalloc/issues
Pkgdown/docs site:https://sounkou-bioinfo.github.io
Last updated from:f3099c9e37. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 118 | ||
| linux-devel-x86_64 | OK | 120 | ||
| source / vignettes | OK | 171 | ||
| linux-release-arm64 | OK | 109 | ||
| linux-release-x86_64 | OK | 138 | ||
| macos-release-arm64 | OK | 100 | ||
| macos-release-x86_64 | OK | 178 | ||
| macos-oldrel-arm64 | OK | 85 | ||
| macos-oldrel-x86_64 | OK | 272 | ||
| windows-devel | OK | 116 | ||
| windows-release | OK | 188 | ||
| windows-oldrel | OK | 119 | ||
| wasm-release | OK | 98 |
Exports:as_fmalloc_arrayas_fmalloc_data_frameas_fmalloc_matrixcleanup_fmalloccolMeanscolSumscreate_fmalloc_arraycreate_fmalloc_data_framecreate_fmalloc_matrixcreate_fmalloc_vectordestroy_fmalloc_vectordiagnose_fmalloc_runtimeinit_fmalloclist_fmalloc_allocationsopen_fmallocrowMeansrowSums
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Rfmalloc: Memory-Mapped File Allocation for R | Rfmalloc-package Rfmalloc |
| Convert a vector to fmalloc array metadata | as_fmalloc_array |
| Convert to data.frame for fmalloc vectors | as_fmalloc_data_frame |
| Convert a vector to fmalloc matrix metadata | as_fmalloc_matrix |
| Clean Up fmalloc | cleanup_fmalloc |
| Create Array Using fmalloc | create_fmalloc_array |
| Construct data.frame from fmalloc columns | create_fmalloc_data_frame |
| Create Matrix Using fmalloc | create_fmalloc_matrix |
| Create Vector Using fmalloc | create_fmalloc_vector |
| Explicitly destroy a fmalloc vector | destroy_fmalloc_vector |
| Diagnose fmalloc runtime state | diagnose_fmalloc_runtime |
| Matrix reduction helpers for fmalloc-backed matrices | colMeans colSums fmalloc_reduction_methods rowMeans rowSums |
| Initialize fmalloc | init_fmalloc |
| List Persistent fmalloc Allocations | list_fmalloc_allocations |
| Open an fmalloc Runtime | open_fmalloc |
