Dan Sugalski <[EMAIL PROTECTED]> wrote: > Speed up object creation by a factor of two
That *would* be nice. *But* it's only slightly faster. You might have had a speed up due to less memory consumption, not swapping or such, because the leaking vtable memory is fixed. We are still seeking a factor of 4. leo