From: Jose <jm...@gm...> - 2007-06-03 18:21:51
|
On 6/3/07, Glyn Matthews <gly...@gm...> wrote: > > OK thanks Dean, I was trying to use SVN import. > > I added some stuff to parse URIs using boost spirit, it doesn't quite work > (there is something wrong with the way I've done the domain names), but I > hope I can open it up comments and improvements. > Hi Glyn, Peter's server daemon code already has a complete URI parser (I think!). Given that URI parsing is the most common operation, I wonder whether there would be a performance advantage by parsing the URI via a state machine vs spirit regards jose |