./sysutils/R-ff, Fast Access Functions for Large Data on Disk

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2022Q4, Version: 4.0.7, Package name: R-ff-4.0.7, Maintainer: pkgsrc-users

The ff package provides data structures that are stored on disk but
behave (almost) as if they were in RAM by transparently mapping only a
section (pagesize) in main memory - the effective virtual memory
consumption per ff object.

ff supports R's standard atomic data types 'double', 'logical', 'raw'
and 'integer' and non-standard atomic types boolean (1 bit),
quad (2 bit unsigned), nibble (4 bit unsigned), byte (1 byte signed
with NAs), ubyte (1 byte unsigned), short (2 byte signed with NAs),
ushort (2 byte unsigned), single (4 byte float with NAs).

For example 'quad' allows efficient storage of genomic data as
an 'A','T','G','C' factor. The unsigned types support 'circular'
arithmetic.


Master sites: (Expand)


Version history: (Expand)