About Anaconda Help Download Anaconda

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. There is also support for close-to-atomic types ''factor'', ''ordered'', ''POSIXct'', ''Date'' and custom close-to-atomic types. ff not only has native C-support for vectors, matrices and arrays with flexible dimorder (major column-order, major row-order and generalizations for arrays). There is also a ffdf class not unlike data.frames and import/export filters for csv files. ff objects store raw data in binary flat files in native encoding, and complement this with metadata stored in R as physical and virtual attributes. ff objects have well-defined hybrid copying semantics, which gives rise to certain performance improvements through virtualization. ff objects can be stored and reopened across R sessions. ff files can be shared by multiple ff R objects (using different data en/de-coding schemes) in the same process or from multiple R processes to exploit parallelism. A wide choice of finalizer options allows to work with ''permanent'' files as well as creating/removing ''temporary'' ff files completely transparent to the user. On certain OS/Filesystem combinations, creating the ff files works without notable delay thanks to using sparse file allocation. Several access optimization techniques such as Hybrid Index Preprocessing and Virtualization are implemented to achieve good performance even with large datasets, for example virtual matrix transpose without touching a single byte on disk. Further, to reduce disk I/O, ''logicals'' and non-standard data types get stored native and compact on binary flat files i.e. logicals take up exactly 2 bits to represent TRUE, FALSE and NA. Beyond basic access functions, the ff package also provides compatibility functions that facilitate writing code for ff and ram objects and support for batch processing on ff objects (e.g. as.ram, as.ff, ffapply). ff interfaces closely with functionality from package ''bit'': chunked looping, fast bit operations and coercions between different objects that can store subscript information (''bit'', ''bitwhich'', ff ''boolean'', ri range index, hi hybrid index). This allows to work interactively with selections of large datasets and quickly modify selection criteria. Further high-performance enhancements can be made available upon request.

copied from cf-post-staging / r-ff
Type Size Name Uploaded Downloads Labels
conda 983.9 kB | win-64/r-ff-4.5.2-r44h47d7131_1.conda  10 days and 57 minutes ago 23 main
conda 999.7 kB | osx-64/r-ff-4.5.2-r44h21dd04a_1.conda  10 days and 58 minutes ago 22 main
conda 951.3 kB | osx-arm64/r-ff-4.5.2-r43h12ba402_1.conda  10 days and 59 minutes ago 23 main
conda 957.8 kB | win-64/r-ff-4.5.2-r43h47d7131_1.conda  10 days and 1 hour ago 25 main
conda 972.6 kB | osx-64/r-ff-4.5.2-r43h21dd04a_1.conda  10 days and 1 hour ago 25 main
conda 978.6 kB | osx-arm64/r-ff-4.5.2-r44h12ba402_1.conda  10 days and 1 hour ago 23 main
conda 1001.6 kB | linux-aarch64/r-ff-4.5.2-r44he839754_1.conda  10 days and 1 hour ago 24 main
conda 974.4 kB | linux-ppc64le/r-ff-4.5.2-r43h6118d1c_1.conda  10 days and 1 hour ago 13 main
conda 1013.4 kB | linux-64/r-ff-4.5.2-r44hecca717_1.conda  10 days and 1 hour ago 74 main
conda 975.0 kB | linux-aarch64/r-ff-4.5.2-r43he839754_1.conda  10 days and 1 hour ago 24 main
conda 1002.0 kB | linux-ppc64le/r-ff-4.5.2-r44h6118d1c_1.conda  10 days and 1 hour ago 17 main
conda 988.4 kB | linux-64/r-ff-4.5.2-r43hecca717_1.conda  10 days and 1 hour ago 61 main
conda 970.9 kB | linux-aarch64/r-ff-4.5.2-r43h5ad3122_0.conda  7 months and 1 day ago 111 main
conda 996.6 kB | linux-aarch64/r-ff-4.5.2-r44h5ad3122_0.conda  7 months and 1 day ago 220 main
conda 997.3 kB | linux-ppc64le/r-ff-4.5.2-r44h2621725_0.conda  7 months and 1 day ago 87 main
conda 974.7 kB | linux-ppc64le/r-ff-4.5.2-r43h2621725_0.conda  7 months and 1 day ago 91 main
conda 984.2 kB | win-64/r-ff-4.5.2-r44h0e07d3f_0.conda  7 months and 1 day ago 272 main
conda 960.0 kB | win-64/r-ff-4.5.2-r43h0e07d3f_0.conda  7 months and 1 day ago 251 main
conda 974.8 kB | osx-arm64/r-ff-4.5.2-r44h8ab69cd_0.conda  7 months and 1 day ago 570 main
conda 950.0 kB | osx-arm64/r-ff-4.5.2-r43h8ab69cd_0.conda  7 months and 1 day ago 403 main
conda 971.3 kB | osx-64/r-ff-4.5.2-r43h240833e_0.conda  7 months and 1 day ago 377 main
conda 996.8 kB | osx-64/r-ff-4.5.2-r44h240833e_0.conda  7 months and 1 day ago 469 main
conda 1013.5 kB | linux-64/r-ff-4.5.2-r44h5888daf_0.conda  7 months and 1 day ago 1626 main
conda 988.5 kB | linux-64/r-ff-4.5.2-r43h5888daf_0.conda  7 months and 1 day ago 1093 main

© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.0) Legal | Privacy Policy