Heh, check out this, er, performance enhancement that I just made to my code:
public Message Clone() {
return this;
}
It's true. I did do this. Oh the shame.. lol.
(more seriously, it really didn't matter in this context that the graph wasn't cloned, and given that it contained about 150MB of data, well..)
(oh, and I'll put it back how it was when I'm done. I promise!)
John.
Im very proud of that one. it should go on my list...
http://www.lucky-dip.net/displayBlogReply.jsp?authorId=25&blogId=130
haha. very good. :)