summaryrefslogtreecommitdiff
path: root/src/bytes/bytes_test.go
Commit message (Expand)AuthorAgeFilesLines
* strings, bytes: improve IndexAny and LastIndexAny performanceerifan012020-03-111-4/+50
* bytes, strings: moves indexRabinKarp function to internal/bytealgerifan012020-03-041-1/+23
* strings, bytes: add ToValidUTF8Martin Möhrmann2019-05-011-0/+50
* bytes, internal/bytealg: simplify EqualJosh Bleecher Snyder2019-04-241-13/+10
* bytes: optimize ToLower and ToUpper for ASCII-only caseTobias Klauser2019-04-091-0/+35
* bytes: merge explodetests into splittestsTobias Klauser2019-04-031-29/+3
* bytes, strings: add tests for TrimLeftFunc and TrimRightFuncBen Hoyt2019-03-291-12/+63
* bytes: make TrimSpace return nil on all-space inputBen Hoyt2019-03-271-30/+41
* bytes: add hard benchmarks for Index and CountTobias Klauser2019-03-151-0/+23
* bytes, strings: speed up TrimSpace 4-5x for common ASCII casesBen Hoyt2019-03-121-3/+15
* bytes: add benchmark for LastIndexTobias Klauser2019-03-081-0/+10
* bytes, strings: add ReplaceAllBrad Fitzpatrick2018-09-261-0/+6
* internal/bytealg: move Count to bytealgKeith Randall2018-03-041-8/+0
* bytes,strings: in generic Index, use mix of IndexByte and Rabin-KarpKeith Randall2017-11-151-0/+18
* bytes: set cap of slices returned by Split and Fields and friendsIan Lance Taylor2017-11-031-2/+60
* bytes: speed up Fields and FieldsFuncMartin Möhrmann2017-08-141-7/+46
* bytes: add optimized countByte for amd64Josselin Costanzi2017-03-211-0/+93
* bytes, strings: optimize Split*Aliaksandr Valialkin2017-02-081-0/+53
* bytes, strings: optimize for ASCII setsJoe Tsai2016-10-281-1/+40
* bytes, strings: fix regression in IndexRuneJoe Tsai2016-10-261-17/+33
* strings, bytes: panic if Repeat overflows or if given a negative countEmmanuel Odeke2016-10-011-0/+48
* bytes: cut 10 seconds off the race builder's benchmark testBrad Fitzpatrick2016-09-141-0/+7
* bytes: make IndexRune fasterHiroshi Ioka2016-09-061-0/+52
* bytes: use Run method for benchmarksMarcel van Lohuizen2016-06-031-166/+143
* bytes: add ContainsRuneEmmanuel Odeke2016-04-081-0/+24
* bytes: add ContainsAnyRob Pike2016-04-061-0/+27
* all: delete dead test codeDominik Honnef2016-03-211-26/+0
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* runtime: avoid using REP prefix for IndexByteKeith Randall2016-02-261-0/+37
* bytes: improve Compare function on amd64 for large byte arraysUttam C Pawar2015-08-261-0/+31
* bytes, strings: add LastIndexByteDmitry Vyukov2015-04-301-0/+17
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1240