This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.27/master in repository glibc.
from 5f0d2e0491 [AArch64] Add ifunc support for Ares new 7a4da6ef7a Improve strstr performance new bba6b9288f Simplify and speedup strstr/strcasestr first match new ecd6271ed8 Speedup first memmem match new 4ec1b9e913 Fix strstr bug with huge needles (bug 23637) new 373f8b06a3 Improve performance of strstr new 9456483fb2 Improve performance of memmem
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 43 +++++++++++ benchtests/bench-strcasestr.c | 1 + benchtests/bench-strstr.c | 2 + string/memmem.c | 124 ++++++++++++++++++++--------- string/str-two-way.h | 65 ++++++++-------- string/strcasestr.c | 42 ++++------ string/strstr.c | 176 +++++++++++++++++++++++++++++------------- string/test-strcasestr.c | 1 + string/test-strstr.c | 31 ++++++++ 9 files changed, 337 insertions(+), 148 deletions(-)