summaryrefslogtreecommitdiff
path: root/src/bytes/bytes_generic.go
Commit message (Expand)AuthorAgeFilesLines
* bytes: add optimized countByte for amd64Josselin Costanzi2017-03-211-0/+6
* all: make copyright headers consistent with one space after periodMichael Munday2016-11-041-1/+1
* bytes, strings: optimize multi-byte index operations on s390xMichael Munday2016-11-011-1/+1
* bytes: Use the same algorithm as strings for IndexIlya Tocar2016-09-011-0/+41