This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.26/master in repository glibc.
from d6613ad24f [AArch64] Add ifunc support for Ares new 55a280689e Improve strstr performance new c60bf879b2 Simplify and speedup strstr/strcasestr first match new ceeba1d73c Speedup first memmem match new cd3487afa2 Fix strstr bug with huge needles (bug 23637) new 796c5ee030 Improve performance of strstr new 612fba2fe9 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 | 45 ++++++++++- benchtests/bench-strcasestr.c | 1 + benchtests/bench-strstr.c | 3 + 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, 339 insertions(+), 149 deletions(-)