25 Sep
2002
25 Sep
'02
12:56 p.m.
Thomas Maeder wrote:
"shevaxp"
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