20 Sep
2002
20 Sep
'02
3:33 p.m.
"shevaxp"
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.