This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
new extension: boyer-moore search algorithm variants
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: dhruvbird at gmail dot com
- Cc: pcarlini at suse dot de, libstdc++ at gcc dot gnu dot org
- Date: Tue, 21 Nov 2006 19:32:32 +0100
- Subject: new extension: boyer-moore search algorithm variants
Hey Dhruv.
I have two questions about this patch.
1) struct __bm_struct.
Boo. Bad name. How about __boyer_moore_base? Other ideas?
2) Why __is_one_byte and not moving __is_char from
ext/cpp_type_traits.h and correcting it for signed/unsigned....
?
Can you add in the testsuite additions?
best,
-benjamin