aboutsummaryrefslogtreecommitdiff
path: root/src/bytes/bytes_test.go
AgeCommit message (Expand)Author
2020-03-11strings, bytes: improve IndexAny and LastIndexAny performanceerifan01
2020-03-04bytes, strings: moves indexRabinKarp function to internal/bytealgerifan01
2019-05-01strings, bytes: add ToValidUTF8Martin Möhrmann
2019-04-24bytes, internal/bytealg: simplify EqualJosh Bleecher Snyder
2019-04-09bytes: optimize ToLower and ToUpper for ASCII-only caseTobias Klauser
2019-04-03bytes: merge explodetests into splittestsTobias Klauser
2019-03-29bytes, strings: add tests for TrimLeftFunc and TrimRightFuncBen Hoyt
2019-03-27bytes: make TrimSpace return nil on all-space inputBen Hoyt
2019-03-15bytes: add hard benchmarks for Index and CountTobias Klauser
2019-03-12bytes, strings: speed up TrimSpace 4-5x for common ASCII casesBen Hoyt
2019-03-08bytes: add benchmark for LastIndexTobias Klauser
2018-09-26bytes, strings: add ReplaceAllBrad Fitzpatrick
2018-03-04internal/bytealg: move Count to bytealgKeith Randall
2017-11-15bytes,strings: in generic Index, use mix of IndexByte and Rabin-KarpKeith Randall
2017-11-03bytes: set cap of slices returned by Split and Fields and friendsIan Lance Taylor
2017-08-14bytes: speed up Fields and FieldsFuncMartin Möhrmann
2017-03-21bytes: add optimized countByte for amd64Josselin Costanzi
2017-02-08bytes, strings: optimize Split*Aliaksandr Valialkin
2016-10-28bytes, strings: optimize for ASCII setsJoe Tsai
2016-10-26bytes, strings: fix regression in IndexRuneJoe Tsai
2016-10-01strings, bytes: panic if Repeat overflows or if given a negative countEmmanuel Odeke
2016-09-14bytes: cut 10 seconds off the race builder's benchmark testBrad Fitzpatrick
2016-09-06bytes: make IndexRune fasterHiroshi Ioka
2016-06-03bytes: use Run method for benchmarksMarcel van Lohuizen
2016-04-08bytes: add ContainsRuneEmmanuel Odeke
2016-04-06bytes: add ContainsAnyRob Pike
2016-03-21all: delete dead test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-26runtime: avoid using REP prefix for IndexByteKeith Randall
2015-08-26bytes: improve Compare function on amd64 for large byte arraysUttam C Pawar
2015-04-30bytes, strings: add LastIndexByteDmitry Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox