$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Werle (yg-boost-users_at_[hidden])
Date: 2002-09-25 07:56:21
Thomas Maeder wrote:
> "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.
Could You please tell us which one You used?
The boost pool_allocators gave me exactly no difference
in speed for my own project ...
Markus