4 Mar
2008
4 Mar
'08
12:59 a.m.
Oops, I had some bugs in this code ... the attached should work better. Justin On Monday 03 March 2008 17:57:10 KSpam wrote:
I am not an expert on Iostreams, but I was able to obtain a significant performance improvement by removing temporaries and passing by reference instead of by value. I have attached the code. Notice, that I am using back_inserter and make_iterator_range instead of stringstream operations.