> * Why is our non-reference counted implementation faster Reference counting needs some additional code that is executed without writing additional instructions in the main line code. So it's no wonder it costs some performance. -Michael