search for: 3awch

Displaying 1 result from an estimated 1 matches for "3awch".

Did you mean: 3ach
2023 Feb 08
1
On optimizing `R_NewEnv()`
...sting `R_NewHashedEnv()` to instead take `int size`. I'd be happy to do a patch if that sounds good. I'd update all uses of `R_NewHashedEnv()` to supply `int`s instead, which actually seems like it would make every instance of calling that function simpler: https://github.com/search?q=repo%3Awch%2Fr-source%20R_NewHashedEnv&type=code So hopefully a win everywhere? Thanks, Davis