Centralizes safe defaults and guardrails for apply/lapply convenience wrappers.
Arguments
Minimum object size for auto-sharing (default "1MB").
- max_gather_bytes
Maximum estimated gathered result bytes before refusing to run (default "256MB").
- cow
Copy-on-write policy for borrowed inputs. One of
"deny","audit", or"allow". Default"deny".- profile
Execution profile passed through to
shard_map(). One of"default","memory", or"speed". Default"default".- block_size
Shard block size for apply-style workloads. Default
"auto".- backing
Backing type used when auto-sharing (
"auto","mmap","shm").