"Dan Kegel" dank@kegel.com writes:
On 8/23/06, Michael Stefaniuc mstefani@redhat.com wrote:
/* start table off small to avoid hiding resize bugs */
msihandletable_size = 1;
Isn't this very small start value something to be used only for debugging while one writes the resizing code? For "production" I would use a value that is big enough to handle the common case (handles at least 50% of the real life cases).
OK, once wine hits 1.0 and is in production, let's go back and do that.
Nobody is going to remember to do that. It's OK to use 1 for testing, but once you have done that please go back to a more reasonable value.