
20 Jul
2006
20 Jul
'06
8:42 a.m.
David Manura said: (by the date of Thu, 20 Jul 2006 00:08:32 -0400)
Now, I was getting order-of-magnitude lower run times with direct C coding of trim_left, so I made some minor changes to the Boost source in hope of improving this (below diff.txt).
<snip>
- PredicateT IsSpace ) + const PredicateT & IsSpace )
wow. It's a good programming practice to use const& everywhere where possible. T'd love to see this patch applied. Thanks! -- Janek Kozicki |