good morning!!!!

Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/nhooyr/websocket. Pull mirroring updated .
  1. Aug 09, 2024
  2. Apr 09, 2024
    • Jacob's avatar
      Use new atomic types from Go 1.19 · afe94af9
      Jacob authored
      This is a cleaner solution for the fix in #438 thanks to the fact that Go 1.19 now is the default and the atomic.Int64 types are automatically aligned correctly on 32 bit systems.
      
      Using this also means that xsync.Int64 can be removed. The new atomic.Int64 type solves the issue and should be quite a lot faster as it avoids the interface conversion.
      afe94af9
  3. Apr 07, 2024
  4. Apr 05, 2024
  5. Oct 25, 2023
  6. Oct 20, 2023
  7. Oct 19, 2023
  8. Oct 13, 2023
  9. May 18, 2020
  10. Apr 14, 2020
  11. Feb 27, 2020
  12. Feb 16, 2020
  13. Feb 12, 2020
  14. Feb 09, 2020
  15. Nov 29, 2019
  16. Oct 11, 2019
  17. Oct 10, 2019
  18. Oct 09, 2019
  19. Sep 29, 2019
Loading