$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thomas Maeder (yg-boost-users_at_[hidden])
Date: 2002-04-13 04:49:07
On Sat, 13 Apr 2002 00:38:09 +0200, Paul Dubuc wrote:
> Is there anything I can do to speed it up?
In my experience, the run-time performance of the boost regular expression
machinery depends a lot on the allocator configured in the
boost::match_results you pass to regex_match.
I started a thread on this in the developer mailing list some months ago:
http://listarchives.boost.org/MailArchives/boost/msg20512.php
[it's kind of hard to search the archive, isn't it]