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

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


Branch: CURRENT, Version: 4.0.12, Package name: R-ff-4.0.12, 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)


CVS history: (Expand)


   2024-01-19 00:31:12 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(sysutils/R-ff) Updated 4.0.7 to 4.0.12, make test passed

    CHANGES IN ff VERSION 4.0.12
BUG FIXES
    o .Last.lib replaced by .onDetach

    CHANGES IN ff VERSION 4.0.11
BUG FIXES
    o registered S3 "as.hi.("

    CHANGES IN ff VERSION 4.0.10
BUG FIXES
    o removed -Wformat-security warnings
      format string is not a string literal (potentially insecure)

    CHANGES IN ff VERSION 4.0.9
BUG FIXES
    o removed -Wstrict-prototypes compiler warnings

    CHANGES IN ff VERSION 4.0.8
BUG FIXES
    o renewed .configure using recent autoconf
      will no longer check for gcc under clang
   2022-12-18 01:42:28 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(sysutils/R-ff) import R-ff-4.0.7

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.