# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "shard" in publications use:' type: software license: MIT title: 'shard: Deterministic, Zero-Copy Parallel Execution for R' version: 0.1.0 doi: 10.32614/CRAN.package.shard abstract: Provides a parallel execution runtime for R that emphasizes deterministic memory behavior and efficient handling of large shared inputs. 'shard' enables zero-copy parallel reads via shared/memory-mapped segments, encourages explicit output buffers to avoid large result aggregation, and supervises worker processes to mitigate memory drift via controlled recycling. Diagnostics report peak memory usage, end-of-run memory return, and hidden copy/materialization events to support reproducible performance benchmarking. authors: - family-names: Buchsbaum given-names: Bradley email: brad.buchsbaum@gmail.com repository: https://bbuchsbaum.r-universe.dev repository-code: https://github.com/bbuchsbaum/shard commit: c890d0988c270db4d8557bc3786ab410e06579a9 url: https://bbuchsbaum.github.io/shard/ date-released: '2026-04-05' contact: - family-names: Buchsbaum given-names: Bradley email: brad.buchsbaum@gmail.com