Skip to content

On optimizing `R_NewEnv()`

1 message · Tomas Kalibera

#
On 2/8/23 21:51, Davis Vaughan via R-devel wrote:
I've simplified this code in R-devel as suggested.

However, I think that the original performance motivation is weak: if 
some program creates so many, small and little used hashed environments 
that this overhead matters, probably it should use a different data 
structure, and then it will get much bigger performance benefits.

Best,
Tomas