# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "zap" in publications use:' type: software license: MIT title: 'zap: Fast Object Serialization with High Compression' version: 0.1.1.9002 doi: 10.32614/CRAN.package.zap abstract: Quickly serialize R objects with high comopression using a custom serialization framework. Lossless transformation is performed on atomic types making them easier to compress; this means that compression can be better and faster than built-in methods. This package includes an implementation of the floating-point compression algorithm described in . authors: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com repository: https://coolbutuseless.r-universe.dev repository-code: https://github.com/coolbutuseless/zap commit: 0d4101d629c97049a32fc460e551ac03a88f089c url: https://github.com/coolbutuseless/zap date-released: '2026-03-17' contact: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com