This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Search algorithms in __gnu_cxx::


Paolo Carlini wrote:

Extension implementations of the best algorithms in:

http://www-igm.univ-mlv.fr/~lecroq/string/

are certainly welcome, in principle!

Another project would be de-goto-ize ;) and comment, and convert to clean C++ the algorithm used by glibc for strstr: being O(1) in space is also interesting, in my opinion.


Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]