| Commit message (Expand) | Author | Age | Files | Lines |
* | strings: optimize Replace by using a strings.Builder | Polina Osadcha | 2020-08-17 | 1 | -0/+9 |
* | strings, bytes: improve IndexAny and LastIndexAny performance | erifan01 | 2020-03-11 | 1 | -4/+50 |
* | all: avoid string(i) where i has type int | Ian Lance Taylor | 2020-02-26 | 1 | -2/+2 |
* | cmd/gofmt: fix computation of function header size | Eli Bendersky | 2019-09-24 | 1 | -4/+6 |
* | strings, bytes: add ToValidUTF8 | Martin Möhrmann | 2019-05-01 | 1 | -0/+50 |
* | strings: add TestIndexByte | Tobias Klauser | 2019-04-09 | 1 | -0/+12 |
* | bytes, strings: add tests for TrimLeftFunc and TrimRightFunc | Ben Hoyt | 2019-03-29 | 1 | -12/+55 |
* | bytes, strings: speed up TrimSpace 4-5x for common ASCII cases | Ben Hoyt | 2019-03-12 | 1 | -0/+16 |
* | strings: correctly handle invalid utf8 sequences in Map | Martin Möhrmann | 2018-10-03 | 1 | -2/+2 |
* | bytes, strings: add ReplaceAll | Brad Fitzpatrick | 2018-09-26 | 1 | -0/+6 |
* | strings: simplify Join using Builder | Phil Pearl | 2018-09-02 | 1 | -0/+14 |
* | strings: use Builder in Repeat to avoid an allocation | go101 | 2018-08-22 | 1 | -2/+9 |
* | strings: use Builder in Map | Michael Fraenkel | 2018-08-22 | 1 | -0/+13 |
* | strings: fix encoding of \u0080 in map | Martin Möhrmann | 2018-05-04 | 1 | -0/+23 |
* | bytes, strings: improve EqualFold fast version for ASCII | Eric Pauley | 2018-05-01 | 1 | -0/+12 |
* | bytes,strings: in generic Index, use mix of IndexByte and Rabin-Karp | Keith Randall | 2017-11-15 | 1 | -0/+15 |
* | strings: optimize ToLower | Agniva De Sarker | 2017-11-08 | 1 | -0/+15 |
* | strings: optimize ToUpper | Agniva De Sarker | 2017-11-07 | 1 | -0/+16 |
* | strings: optimize Count for amd64 | Josselin Costanzi | 2017-04-07 | 1 | -0/+18 |
* | strings: speed up Fields | Martin Möhrmann | 2017-04-04 | 1 | -7/+47 |
* | strings: fix handling of invalid UTF-8 sequences in Map | Martin Möhrmann | 2017-02-28 | 1 | -0/+13 |
* | bytes, strings: optimize Split* | Aliaksandr Valialkin | 2017-02-08 | 1 | -3/+15 |
* | strings: ignore allocation test in cover mode | Brad Fitzpatrick | 2016-11-01 | 1 | -1/+1 |
* | bytes, strings: optimize for ASCII sets | Joe Tsai | 2016-10-28 | 1 | -2/+42 |
* | bytes, strings: fix regression in IndexRune | Joe Tsai | 2016-10-26 | 1 | -16/+33 |
* | strings, bytes: panic if Repeat overflows or if given a negative count | Emmanuel Odeke | 2016-10-01 | 1 | -0/+49 |
* | strings: use AVX2 for Index if available | Ilya Tocar | 2016-09-07 | 1 | -0/+15 |
* | strings: make IndexRune faster | Hiroshi Ioka | 2016-09-07 | 1 | -0/+25 |
* | strings: fix and reenable amd64 Index for 17-31 byte strings | Ilya Tocar | 2016-05-27 | 1 | -0/+37 |
* | strings: fix Contains on amd64 | Keith Randall | 2016-05-15 | 1 | -0/+64 |
* | all: use SeekStart, SeekCurrent, SeekEnd | Joe Tsai | 2016-05-06 | 1 | -1/+1 |
* | strings: improve explode and correct comment | Martin Möhrmann | 2016-04-13 | 1 | -29/+8 |
* | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -1/+1 |
* | strings: add asm version of Index() for short strings on amd64 | Ilya Tocar | 2015-11-03 | 1 | -0/+53 |
* | bytes, strings: add LastIndexByte | Dmitry Vyukov | 2015-04-30 | 1 | -0/+17 |
* | strings: Add benchmark test for trim function | John Potocny | 2015-03-31 | 1 | -0/+29 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+1204 |