summaryrefslogtreecommitdiff
path: root/src/bytes/bytes_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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