<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Deterministic, Zero-Copy Parallel Execution for R</dc:title>
  <dc:title>R package shard version 0.1.0</dc:title>
  <dc:description>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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 4.1.0)</dc:relation>
  <dc:relation>Imports: methods, parallel, stats, tools, utils</dc:relation>
  <dc:relation>Suggests: knitr, pkgload, rmarkdown, testthat (&gt;= 3.0.0), ps, jsonlite,
tibble, withr</dc:relation>
  <dc:creator>Bradley Buchsbaum &lt;brad.buchsbaum@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Bradley Buchsbaum [aut, cre, cph]</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=shard/LICENSE)</dc:rights>
  <dc:date>2026-04-03</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=shard</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.shard</dc:identifier>
  <dc:language>en-US</dc:language>
</oai_dc:dc>
