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

Marshall Clow mclow.lists at gmail.com
Mon Jul 20 19:23:12 PDT 2015


mclow.lists created this revision.
mclow.lists added reviewers: EricWF, howard.hinnant.
mclow.lists added a subscriber: cfe-commits.

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.30228.patch
Type: text/x-patch
Size: 68754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150721/7bd63759/attachment.bin>


More information about the cfe-commits mailing list