Learn R Programming

⚠️There's a newer version (0.2.0) of this package.Take me there.

filearray (version 0.1.8)

File-Backed Array for Out-of-Memory Computation

Description

Stores large arrays in files to avoid occupying large memories. Implemented with super fast gigabyte-level multi-threaded reading/writing via 'OpenMP'. Supports multiple non-character data types (double, float, complex, integer, logical, and raw).

Copy Link

Version

Install

install.packages('filearray')

Monthly Downloads

765

Version

0.1.8

License

LGPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Zhengjia Wang

Last Published

September 3rd, 2024

Functions in filearray (0.1.8)

filearray_bind

Merge and bind homogeneous file arrays
typeof

The type of a file array (extended)
apply

Apply functions over file array margins (extended)
S3-filearray

'S3' methods for 'FileArray'
filearray_threads

Set or get file array threads
fwhich

A generic function of which that is 'FileArray' compatible
FileArray-class

Definition of file array
S4-filearray

'S4' methods for FileArray
as_filearray

Create or load existing file arrays
fmap

Map multiple file arrays and save results
mapreduce

A map-reduce method to iterate blocks of file-array data with little memory usage