qs - Quick Serialization of R Objects
Provides functions for quickly writing and reading any R object to and from disk.
Last updated 5 months ago
compressiondata-storageencodingserializationlibzstdlz4cpp
13.79 score 409 stars 52 dependents 2.5k scripts 13k downloadsqs2 - 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.
Last updated 2 days ago
compressiondata-storageserializationcpp
7.48 score 13 stars 2 dependents 25 scripts 1.5k downloads