[PATCH] D11380: Implement LFTS searchers. Boyer_Moore and Boyer_Moore_Horspool

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 1 17:36:11 PDT 2015


mclow.lists updated this revision to Diff 33770.
mclow.lists added a comment.

Updated based on Eric's comments.


http://reviews.llvm.org/D11380

Files:
  include/experimental/functional
  test/std/experimental/algorithms/alg.search/search.pass.cpp
  test/std/experimental/func/func.searchers/func.searchers.boyer_moore/default.pass.cpp
  test/std/experimental/func/func.searchers/func.searchers.boyer_moore/hash.pass.cpp
  test/std/experimental/func/func.searchers/func.searchers.boyer_moore/hash.pred.pass.cpp
  test/std/experimental/func/func.searchers/func.searchers.boyer_moore/pred.pass.cpp
  test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/default.pass.cpp
  test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pass.cpp
  test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pred.pass.cpp
  test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/pred.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11380.33770.patch
Type: text/x-patch
Size: 68784 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150902/f57fe272/attachment-0001.bin>


More information about the cfe-commits mailing list