aboutsummaryrefslogtreecommitdiff
path: root/src/bytes/bytes_amd64.go
AgeCommit message (Expand)Author
2018-03-04internal/bytealg: move short string Index implementations into bytealgKeith Randall
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-10-02bytes: explicitly state if a function expects UTF-8-encoded dataTim Cooper
2017-05-10internal/cpu: new package to detect cpu featuresMartin Möhrmann
2017-04-07strings: optimize Count for amd64Josselin Costanzi
2017-03-22bytes: fix typo in commentJosselin Costanzi
2017-03-21bytes: add optimized countByte for amd64Josselin Costanzi
2016-11-04all: make copyright headers consistent with one space after periodMichael Munday
2016-11-01bytes,strings: use IndexByte more often in Index on AMD64Ilya Tocar
2016-09-07strings: use AVX2 for Index if availableIlya Tocar
2016-09-06bytes: make IndexRune fasterHiroshi Ioka
2016-09-01bytes: Use the same algorithm as strings for IndexIlya Tocar