Show patches with: Submitter = James Tirta Halim       |    State = Action Required       |    Archived = No       |   23 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
optimize memmem for short needles optimize memmem for short needles - - - - --- 2024-02-29 James Tirta Halim New
[v8] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c [v8] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c - - - - --- 2024-02-24 James Tirta Halim New
[v8] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c [v8] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c - - - - --- 2024-02-24 James Tirta Halim New
Add strstr-avx2 based on strstr-avx512 Add strstr-avx2 based on strstr-avx512 - - - - --- 2024-02-23 James Tirta Halim New
[v7] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c [v7] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c - - - - --- 2024-02-21 James Tirta Halim New
[v6] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c [v6] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c - - - - --- 2024-02-18 James Tirta Halim New
[v5] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c [v5] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c - - - - --- 2024-02-03 James Tirta Halim New
[v4] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c [v4] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c - - - - --- 2024-02-01 James Tirta Halim New
[v3] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c [v3] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c - - - - --- 2024-01-10 James Tirta Halim New
[v2] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c [v2] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c - - - - --- 2023-12-22 James Tirta Halim New
sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c - - - - --- 2023-12-16 James Tirta Halim New
sysdeps/memmem-avx2.c: add memmem-avx2.c sysdeps/memmem-avx2.c: add memmem-avx2.c - - - - --- 2023-12-15 James Tirta Halim New
memmem.c, strstr.c: use unsigned int instead of size_t for small needles memmem.c, strstr.c: use unsigned int instead of size_t for small needles - - - - --- 2023-12-14 James Tirta Halim New
sysdeps/memmem-avx2.c: add memmem-avx2.c sysdeps/memmem-avx2.c: add memmem-avx2.c - - - - --- 2023-12-11 James Tirta Halim New
strcasestr: try to find non-alpha char in NEEDLE strcasestr: try to find non-alpha char in NEEDLE - - - - --- 2023-11-28 James Tirta Halim New
[1/2] strcasestr: check if ne[0] is in hs with strchr or strpbrk as does strstr [1/2] strcasestr: check if ne[0] is in hs with strchr or strpbrk as does strstr - - - - --- 2023-10-14 James Tirta Halim New
strcasestr: check if ne[0] is in hs with strchr or strpbrk as does strstr strcasestr: check if ne[0] is in hs with strchr or strpbrk as does strstr - - - - --- 2023-10-14 James Tirta Halim New
ftw.c: Use unlikely for unlikely taken branches such that taken ones are placed closer ftw.c: Use unlikely for unlikely taken branches such that taken ones are placed closer - - - - --- 2023-10-03 James Tirta Halim New
ftw.c: strchr(s, '\0') isn't always optimized to s + strlen(s) ftw.c: strchr(s, '\0') isn't always optimized to s + strlen(s) - - - - --- 2023-09-25 James Tirta Halim New
ftw.c: Check for "." and ".." branchlessly ftw.c: Check for "." and ".." branchlessly - - - - --- 2023-09-24 James Tirta Halim New
sysdeps/alpha/string-fzi.h: fix include guards inconsistency sysdeps/alpha/string-fzi.h: fix include guards inconsistency - - - - --- 2023-09-06 James Tirta Halim New
strcasestr: check if ne[0] is in hs with strchr or strpbrk as does strstr strcasestr: check if ne[0] is in hs with strchr or strpbrk as does strstr - - - - --- 2023-09-06 James Tirta Halim New
Avoid double bounds check at the start of the loop Avoid double bounds check at the start of the loop - - - - --- 2023-09-04 James Tirta Halim New