$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Simons (simons+boost_at_[hidden])
Date: 2002-04-20 10:43:03
Just a naive question: If the regular expression parsing performance
is of paramount importance to you, why don't you use the native
implementation, regcomp(), regexec(), and friends? The API isn't that
nice for C++, but doubtlessly you can get along, and doubtlessly,
these routines are pretty fast.