summaryrefslogtreecommitdiff
path: root/src/bytes/bytes_amd64.go
Commit message (Expand)AuthorAgeFilesLines
* all: make copyright headers consistent with one space after periodMichael Munday2016-11-041-1/+1
* bytes,strings: use IndexByte more often in Index on AMD64Ilya Tocar2016-11-011-2/+36
* strings: use AVX2 for Index if availableIlya Tocar2016-09-071-1/+11
* bytes: make IndexRune fasterHiroshi Ioka2016-09-061-0/+2
* bytes: Use the same algorithm as strings for IndexIlya Tocar2016-09-011-0/+69