Closed GoogleCodeExporter closed 8 years ago
Implemented in r712
The net result of this is that copyReference() performance improves by about
50%.
For users who are wondering if you're not using copyReference() there is no
performance penalty for this, and if you are using it in single-threaded
programs you
probably won't see a performance gain.
But if you're running in multi-threaded programs that do a lot of
copyReference()
calls to pass objects across boundaries, the savings can start to be
significant. In
one of our projects (a large-scale conferencing solution) this change resulted
in a
5% increase in throughput.
Original comment by art.cla...@gmail.com
on 23 Jun 2009 at 6:34
Original issue reported on code.google.com by
art.cla...@gmail.com
on 23 Jun 2009 at 6:31