[libc-commits] [PATCH] D86162: [libc] Add two-way strstr algorithm.
Anatoly Trosinenko via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Aug 24 07:33:58 PDT 2020
atrosinenko added a comment.
> As far as testing, both the brute force and the two-way algorithms pass the unit tests and the fuzz test for strstr.
In case you have some supplementary materials that you may want to share with reviewers, there is a Files <https://reviews.llvm.org/file/> application of Phabricator (usually, you can just drag files over the editor of web UI).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86162/new/
https://reviews.llvm.org/D86162
More information about the libc-commits
mailing list