aboutsummaryrefslogtreecommitdiff
path: root/src/bytes/bytes_generic.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-21bytes: add optimized countByte for arm64Wei Xiao
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-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: optimize multi-byte index operations on s390xMichael Munday
2016-09-01bytes: Use the same algorithm as strings for IndexIlya Tocar