[libc-commits] [PATCH] D86162: [libc] Add two-way strstr algorithm.
Chris Gyurgyik via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Aug 31 05:09:27 PDT 2020
cgyurgyik added a comment.
In D86162#2233698 <https://reviews.llvm.org/D86162#2233698>, @atrosinenko wrote:
>> 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).
Good to know, thank you.
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