aboutsummaryrefslogtreecommitdiff
path: root/src/strings/strings_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-15bytes,strings: in generic Index, use mix of IndexByte and Rabin-KarpKeith Randall
2017-04-07strings: optimize Count for amd64Josselin Costanzi
2017-02-11strings: make parameters names less confusingAlberto Donizetti
2016-11-01bytes, strings: optimize multi-byte index operations on s390xMichael Munday
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-03strings: add asm version of Index() for short strings on amd64Ilya Tocar