-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.47 KB
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: shard
Type: Package
Title: Deterministic, Zero-Copy Parallel Execution for R
Version: 0.1.1
Authors@R:
person("Bradley", "Buchsbaum", email = "brad.buchsbaum@gmail.com", role = c("aut", "cre", "cph"))
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.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
Depends: R (>= 4.1.0)
Imports: methods, parallel, stats, tools, utils
Suggests: knitr, pkgload, rmarkdown, testthat (>= 3.0.0), ps, jsonlite,
tibble, withr
VignetteBuilder: knitr
RoxygenNote: 7.3.3
NeedsCompilation: yes
URL: https://bbuchsbaum.github.io/shard/,
https://github.com/bbuchsbaum/shard
BugReports: https://github.com/bbuchsbaum/shard/issues
SystemRequirements: POSIX shared memory (optional), memory-mapped files
Config/testthat/edition: 3
Packaged: 2026-04-05 14:02:34 UTC; bbuchsbaum
Author: Bradley Buchsbaum [aut, cre, cph]
Maintainer: Bradley Buchsbaum <brad.buchsbaum@gmail.com>
Repository: CRAN
Date/Publication: 2026-04-05 20:40:02 UTC