- 4f597ab internal/bytealg: improve mips64x equal on large size by Meng Zhuo · 4 years, 3 months ago
- 19f6422 internal/bytealg: add assembly implementation of Count/CountString for riscv64 by Tobias Klauser · 4 years, 3 months ago
- e69f6e8 internal/bytealg: fix typo in IndexRabinKarp{,Bytes} godoc by Tobias Klauser · 4 years, 3 months ago
- 11cdbab bytes, internal/bytealg: fix incorrect IndexString usage by Michael Munday · 4 years, 4 months ago
- 99d6e3e internal/bytealg: use CBZ instructions by Heisenberg · 4 years, 8 months ago
- c6a11f0 crypto,internal/bytealg: fix assembly that clobbers BP by Keith Randall · 4 years, 5 months ago
- 3af92ac strings, bytes: improve IndexAny and LastIndexAny performance by erifan01 · 6 years ago
- 18a6fd4 bytes, strings: moves indexRabinKarp function to internal/bytealg by erifan01 · 5 years ago
- e3f2e9a internal/bytealg: fix riscv64 offset names by Josh Bleecher Snyder · 5 years ago
- 440f7d6 all: fix a bunch of misspellings by Ville Skyttä · 5 years ago
- 0c703b3 internal/cpu,internal/bytealg: add support for riscv64 by Joel Sing · 5 years ago
- b6245ce internal/bytealg: add SIMD byte count implementation for s390x by Michael Munday · 5 years ago
- d0f10a6 runtime,internal/bytealg: optimize wasmZero, wasmMove, Compare by Agniva De Sarker · 5 years ago
- 03ef105 all: remove nacl (part 3, more amd64p32) by Brad Fitzpatrick · 5 years ago
- 07b4abd all: remove the nacl port (part 2, amd64p32 + toolchain) by Brad Fitzpatrick · 5 years ago
- a1b1ba7 internal/bytealg: (re)adding mips64x compare implementation by Meng Zhuo · 5 years ago
- ae024d9 Revert "internal/bytealg: add assembly implementation of Compare/CompareString on mips64x" by Brad Fitzpatrick · 5 years ago
- 78baea8 internal/bytealg: add assembly implementation of Compare/CompareString on mips64x by Meng Zhuo · 5 years ago
- 0efbd10 all: fix typos by Ainar Garipov · 5 years ago
- ca0c449 bytes, internal/bytealg: simplify Equal by Josh Bleecher Snyder · 6 years ago
- 5651721 internal/bytealg: fix function reference in comments by Tobias Klauser · 6 years ago
- 4a7cd9d internal/bytealg: simplify memchr for wasm by Agniva De Sarker · 6 years ago
- 3cb1e9d internal/bytealg: add assembly implementation of Count/CountString on arm by Tobias Klauser · 6 years ago
- 3496ff1 internal/bytealg: share code for IndexByte functions on arm by Tobias Klauser · 6 years ago
- a734601 internal/bytealg: use word-wise comparison for Equal on arm by Tobias Klauser · 6 years ago
- 14a58d6 internal/bytealg: share code for equal functions on arm by Tobias Klauser · 6 years ago
- 029a5af internal/bytealg: use word-wise comparison for Compare on arm by Tobias Klauser · 6 years ago
- c0d82bb all: rename WebAssembly instructions according to spec changes by Richard Musiol · 6 years ago
- ef7ce57 internal/bytealg, runtime: provide linknames for pushed symbols by Austin Clements · 6 years ago
- ad4a58e strings,bytes: use inlineable function trampolines instead of linkname by Keith Randall · 6 years ago
- 6994731 internal/bytealg: improve asm for memequal on ppc64x by Lynn Boger · 6 years ago
- b8ac64a all: this big patch remove whitespace from assembly files by Zhou Peng · 7 years ago
- 23f7554 internal/bytealg: improve performance of IndexByte for ppc64x by Carlos Eduardo Seo · 6 years ago
- de28555 internal/bytealg: optimize Equal on arm64 by erifan01 · 7 years ago
- a0fad98 internal/bytealg: implement bytes.Count in asm for ppc64x by Lynn Boger · 6 years ago
- eae5fc8 internal/bytealg: replace use of runtime.support_sse2 with cpu.X86.HasSSE2 by Martin Möhrmann · 6 years ago
- 05c0244 all: align cpu feature variable offset naming by Martin Möhrmann · 6 years ago
- ad644d2 all: fix typos detected by github.com/client9/misspell by Kazuhiro Sera · 6 years ago
- be9c994 internal/bytealg: specify argmaps for exported functions by Keith Randall · 7 years ago
- a5f8128 bytes, strings: fix comparison of long byte slices on s390x by bill_ofarrell · 7 years ago
- c12399f all: enable vet/all for js/wasm and fix vet issues by Richard Musiol · 7 years ago
- b382fe2 internal/bytealg: add wasm architecture by Richard Musiol · 7 years ago
- f8ef6ed internal/bytealg: optimize Index (substring lengths from 9 to 32) on arm64 by erifan01 · 7 years ago
- d4e936c internal/bytealg: optimize IndexString on arm64 by erifan01 · 7 years ago
- d31ee64 internal/bytealg: add optimized Compare for arm64 by fanzha02 · 7 years ago
- f8b28e2 internal/bytealg: remove dependency on runtime·support_avx2 by Ilya Tocar · 7 years ago
- e22d241 Revert "bytes: add optimized Compare for arm64" by Cherry Zhang · 7 years ago
- bfa8b6f bytes: add optimized Compare for arm64 by fanzha02 · 7 years ago
- 63bcabe internal/bytealg: fix arm64 Index function by Keith Randall · 7 years ago
- ee58ecc internal/bytealg: move short string Index implementations into bytealg by Keith Randall · 7 years ago
- f6332bb internal/bytealg: move compare functions to bytealg by Keith Randall · 7 years ago
- 45964e4 internal/bytealg: move Count to bytealg by Keith Randall · 7 years ago
- 1dfa380 internal/bytealg: move equal functions to bytealg by Keith Randall · 7 years ago
- 403ab0f internal/bytealg: move IndexByte asssembly to the new bytealg package by Keith Randall · 7 years ago