Package: RMVL 1.1.0.1

Vladimir Dergachev

RMVL: Mappable Vector Library for Handling Large Datasets

Mappable vector library provides convenient way to access large datasets. Use all of your data at once, with few limits. Memory mapped data can be shared between multiple R processes. Access speed depends on storage medium, so solid state drive is recommended, preferably with PCI Express (or M.2 nvme) interface or a fast network file system. The data is memory mapped into R and then accessed using usual R list and array subscription operators. Convenience functions are provided for merging, grouping and indexing large vectors and data.frames. The layout of underlying MVL files is optimized for large datasets. The vectors are stored to guarantee alignment for vector intrinsics after memory map. The package is built on top of libMVL, which can be used as a standalone C library. libMVL has simple C API making it easy to interchange datasets with outside programs. Large MVL datasets are distributed via Academic Torrents <https://academictorrents.com/collection/mvl-datasets>.

Authors:Vladimir Dergachev [aut, cre]

RMVL_1.1.0.1.tar.gz
RMVL_1.1.0.1.zip(r-4.5)RMVL_1.1.0.1.zip(r-4.4)RMVL_1.1.0.1.zip(r-4.3)
RMVL_1.1.0.1.tgz(r-4.4-x86_64)RMVL_1.1.0.1.tgz(r-4.4-arm64)RMVL_1.1.0.1.tgz(r-4.3-x86_64)RMVL_1.1.0.1.tgz(r-4.3-arm64)
RMVL_1.1.0.1.tar.gz(r-4.5-noble)RMVL_1.1.0.1.tar.gz(r-4.4-noble)
RMVL_1.1.0.1.tgz(r-4.4-emscripten)RMVL_1.1.0.1.tgz(r-4.3-emscripten)
RMVL.pdf |RMVL.html
RMVL/json (API)

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

Peer review:

Bug tracker:https://github.com/volodya31415/rmvl/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

37 exports 1 stars 1.42 score 0 dependencies 559 downloads

Last updated 4 days agofrom:d39d14838e. Checks:OK: 1 WARNING: 8. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 14 2024
R-4.5-win-x86_64WARNINGSep 14 2024
R-4.5-linux-x86_64WARNINGSep 14 2024
R-4.4-win-x86_64WARNINGSep 14 2024
R-4.4-mac-x86_64WARNINGSep 14 2024
R-4.4-mac-aarch64WARNINGSep 14 2024
R-4.3-win-x86_64WARNINGSep 14 2024
R-4.3-mac-x86_64WARNINGSep 14 2024
R-4.3-mac-aarch64WARNINGSep 14 2024

Exports:[.MVL[.MVL_OBJECT[[.MVL_OBJECT$.MVLmvl_add_directory_entriesmvl_classmvl_closemvl_compute_repeatsmvl_extent_index_lapplymvl_find_matchesmvl_fused_write_objectsmvl_get_groupsmvl_get_neighborsmvl_groupmvl_group_lapplymvl_hash_vectorsmvl_index_lapplymvl_indexed_copymvl_inheritsmvl_mergemvl_neighbors_lapplymvl_object_statsmvl_openmvl_order_vectorsmvl_remapmvl_rewrite_vectormvl_start_write_vectormvl_statusmvl_write_extent_indexmvl_write_groupsmvl_write_hash_vectorsmvl_write_objectmvl_write_serialized_objectmvl_write_spatial_groupsmvl_write_spatial_index1mvl_xlengthmvl2R

Dependencies: