- Joined
- Jan 7, 2005
- Messages
- 7,550
Does anyone know — or is able to point me to the right tutorial that explains it — what size is the initial size of the array that supports the hashtable and how it grows? Does it have a threshold of 0.75?
I have an array of hashtables and the lot of them are going to be filled up to almost 256 items (not quite, but I know that you shouldn't fill it up completely).
I have an array of hashtables and the lot of them are going to be filled up to almost 256 items (not quite, but I know that you shouldn't fill it up completely).