aboutsummaryrefslogtreecommitdiff
path: root/src/bytes/bytes_arm64.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
2018-03-01bytes: add asm version of Index for short strings on arm64Wei Xiao
2017-11-21bytes: add optimized countByte for arm64Wei Xiao