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