Package: zap Type: Package Title: Fast Object Serialization with High Compression Version: 0.1.1.9002 Authors@R: c( person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com") ) Maintainer: Mike Cheng URL: https://github.com/coolbutuseless/zap BugReports: https://github.com/coolbutuseless/zap/issues Description: 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 . License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.3 Depends: R (>= 4.5.0) Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2026-03-17 07:30:07 UTC RemoteUrl: https://github.com/coolbutuseless/zap RemoteRef: HEAD RemoteSha: 0d4101d629c97049a32fc460e551ac03a88f089c NeedsCompilation: yes Packaged: 2026-05-29 19:37:56 UTC; root Author: Mike Cheng [aut, cre, cph]