$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thomas Maeder (yg-boost-users_at_[hidden])
Date: 2002-09-20 10:33:36
"shevaxp" <isaac_chaob_at_[hidden]> writes:
> After trying boost RegEx++ in intensive string processing(NLP),
> performance is poor.
> Simply, for those who wants the quickest regex modules in C++/C ,
> does anybody know what´s the best open source alternative?
This doesn't reply your answer, but when I discovered that the Boost regex
library was the performance bottleneck in one of my applications, I was
able to considerably speed it up by using a faster allocator.