Showing 6 of total 6 results (show query)
qsbase
qs:Quick Serialization of R Objects
Provides functions for quickly writing and reading any R object to and from disk.
Maintained by Travers Ching. Last updated 9 days ago.
compressiondata-storageencodingserializationlibzstdlz4cpp
417 stars 14.05 score 2.5k scripts 51 dependentsfstpackage
fst:Lightning Fast Serialization of Data Frames
Multithreaded serialization of compressed data frames using the 'fst' format. The 'fst' format allows for full random access of stored data and a wide range of compression settings using the LZ4 and ZSTD compressors.
Maintained by Mark Klik. Last updated 6 months ago.
compressiondata-framedata-storagecpp
624 stars 13.16 score 1.9k scripts 56 dependentsr-lib
archive:Multi-Format Archive and Compression Support
Bindings to 'libarchive' <http://www.libarchive.org> the Multi-format archive and compression library. Offers R connections and direct extraction for many archive formats including 'tar', 'ZIP', '7-zip', 'RAR', 'CAB' and compression formats including 'gzip', 'bzip2', 'compress', 'lzma' and 'xz'.
Maintained by Gábor Csárdi. Last updated 5 days ago.
compressionconnectionslibarchivecpp
144 stars 11.80 score 494 scripts 27 dependentsbioc
rhdf5filters:HDF5 Compression Filters
Provides a collection of additional compression filters for HDF5 datasets. The package is intended to provide seemless integration with rhdf5, however the compiled filters can also be used with external applications.
Maintained by Mike Smith. Last updated 5 days ago.
infrastructuredataimportcompressionfilter-pluginhdf5
5 stars 9.90 score 4 scripts 233 dependentsqsbase
qs2:Efficient Serialization of R Objects
Streamlines and accelerates the process of saving and loading R objects, improving speed and compression compared to other methods. The package provides two compression formats: the 'qs2' format, which uses R serialization via the C API while optimizing compression and disk I/O, and the 'qdata' format, featuring custom serialization for slightly faster performance and better compression. Additionally, the 'qs2' format can be directly converted to the standard 'RDS' format, ensuring long-term compatibility with future versions of R.
Maintained by Travers Ching. Last updated 23 days ago.
compressiondata-storageserializationcpp
15 stars 7.57 score 25 scripts 2 dependentshypertidy
controlledburn:Rasterize Index
Rasterize without materializing any pixel values. Rasterization of polygons starts with classifying pixels by polygon, and in terms of scanline algorithms this is natively stored very efficiently as an index of start and stops of edges by scanline. We produce these intermediate structures, so they can be used as an efficient format of polygon rasterization, or for the complement of this, data extraction from materialized rasters. This package was derived from 'fasterize', removing Armadillo and the raster package.
Maintained by Michael Sumner. Last updated 1 years ago.
compressionlazypolygonsrastercpp
11 stars 3.04 score 2 scripts