r-lib / rlang

Low-level API for programming with R
https://rlang.r-lib.org
Other
500 stars 137 forks source link

New `r_alloc_empty_environment()` #1555

Closed DavisVaughan closed 1 year ago

DavisVaughan commented 1 year ago

For use in rlang_new_ctxt_pronoun() where we don't poke into the pronoun environment at all, which makes it slightly faster and allocate less memory. new_data_mask() now shows up as allocating 0 memory by profmem.