$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] How efficient is the boost::regex library?
From: Alec Taylor (alec.taylor6_at_[hidden])
Date: 2011-10-27 02:00:08
Good afternoon,
I am looking for the most efficient open-source C++ regex library.
Reading this article: http://swtch.com/~rsc/regexp/regexp1.html - It
seems that GNU awk is the best overall:
http://pdos.csail.mit.edu/~rsc/regexp-img/grep1p.png
How does the boost::regex library compare?
Would you recommend boost::regex as the most efficient one, or would
you suggest another?
Thanks for all information,
Alec Taylor