good morning!!!!

Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/nhooyr/websocket. Pull mirroring updated .
  1. May 18, 2020
  2. Feb 12, 2020
  3. Feb 09, 2020
  4. Dec 31, 2019
  5. Dec 19, 2019
  6. Nov 29, 2019
  7. Nov 06, 2019
    • Anmol Sethi's avatar
      Rename xor to mask · 3b6e614d
      Anmol Sethi authored
      3b6e614d
    • Anmol Sethi's avatar
      Optimize fastXOR with math/bits · a13f5dc8
      Anmol Sethi authored
      See https://github.com/golang/go/issues/31586#issuecomment-550040882
      
      Thanks @renthraysk
      
      benchmark                      old MB/s     new MB/s     speedup
      BenchmarkXOR/2/fast-8          470.88       492.61       1.05x
      BenchmarkXOR/3/fast-8          602.24       719.25       1.19x
      BenchmarkXOR/4/fast-8          718.82       1186.64      1.65x
      BenchmarkXOR/8/fast-8          1027.60      1718.71      1.67x
      BenchmarkXOR/16/fast-8         1413.31      3430.46      2.43x
      BenchmarkXOR/32/fast-8         2701.81      5585.42      2.07x
      BenchmarkXOR/128/fast-8        7757.97      13432.37     1.73x
      BenchmarkXOR/512/fast-8        15155.03     18797.79     1.24x
      BenchmarkXOR/4096/fast-8       20689.95     20334.61     0.98x
      BenchmarkXOR/16384/fast-8      21687.87     21613.94     1.00x
      
      Now its faster than basic XOR at every byte size greater than 2 on
      little endian amd64 machines.
      a13f5dc8
  8. Nov 05, 2019
  9. Nov 04, 2019
  10. Oct 23, 2019
  11. Oct 11, 2019
  12. Oct 10, 2019
  13. Oct 09, 2019
  14. Sep 29, 2019
  15. Sep 27, 2019
  16. Sep 24, 2019
  17. Sep 23, 2019
  18. Sep 22, 2019
  19. Sep 21, 2019
  20. Sep 05, 2019
    • Anmol Sethi's avatar
      Simplify docs · 1b874731
      Anmol Sethi authored
      The docs were way too Canadian with all the pleases ^_^
      1b874731
  21. Sep 04, 2019
Loading