index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
/
bytealg
/
bytealg.go
Age
Commit message (
Expand
)
Author
2025-08-06
internal/bytealg: vector implementation of equal for riscv64
Joel Sing
2025-03-11
internal/bytealg: optimize Count{,String} in loong64
Guoqi Chen
2024-02-19
strings: make use of sizeclasses in (*Builder).Grow
Mateusz Poliwczak
2023-11-01
bytes,internal/bytealg: add func bytealg.LastIndexRabinKarp
Jes Cok
2023-10-31
bytes,internal/bytealg: eliminate IndexRabinKarpBytes using generics
Jes Cok
2023-10-27
bytes,internal/bytealg: eliminate HashStrBytes,HashStrRevBytes using …
Jes Cok
2023-02-27
bytes, strings: avoid unnecessary zero initialization
Joe Tsai
2021-08-23
all: replace runtime SSE2 detection with GO386 setting
Martin Möhrmann
2021-04-21
internal/bytealg: add power9 version of bytes index
Lynn Boger
2020-10-13
internal/bytealg: fix typo in IndexRabinKarp{,Bytes} godoc
Tobias Klauser
2020-03-11
strings, bytes: improve IndexAny and LastIndexAny performance
erifan01
2020-03-04
bytes, strings: moves indexRabinKarp function to internal/bytealg
erifan01
2018-08-24
all: align cpu feature variable offset naming
Martin Möhrmann
2018-03-04
internal/bytealg: move short string Index implementations into bytealg
Keith Randall