aboutsummaryrefslogtreecommitdiff
path: root/benchtests/bench-strtok.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-03-08Benchtests: Remove simple_strcspn/strpbrk/strsepWilco Dijkstra1-35/+1
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-05-21Improve string benchtest timingWilco Dijkstra1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-03-15Use correct includes in benchtestsWilco Dijkstra1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-19Adjust benchtests to new support library.Adhemerval Zanella1-1/+1
2016-12-14Improve strtok and strtok_r performance. Instead of calling strpbrk whichWilco Dijkstra1-3/+31
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-28Make strtok benchmark competive.Ondřej Bílka1-57/+4
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-19benchtests: Add strtok benchmarkRajalakshmi Srinivasaraghavan1-0/+205