search for: r5182

Displaying 1 result from an estimated 1 matches for "r5182".

Did you mean: 5182
2017 May 16
0
Consider increasing the size of HSIZE
The HSIZE constant, which sets the size of the hash table used to store symbols is currently defined as `#define HSIZE 4119`. This value was last increased in r5182 on 1999-07-15. https://github.com/jimhester/hashsize#readme contains a code which simulates a normal R workflow by loading a handful of packages. In the example more than 20,000 symbols are included in the hash table, resulting in a load factor of greater than 5. The histogram in the linked reposi...