PackageTrack

Go modules

github.com/puzpuzpuz/xsync/v3

v3.5.1puzpuzpuz/xsync

Release timeline

24 releases since 2023
20232026

One column per month.

Releases

  1. v3.5.127 Jan 2025
    Release notes
    • Clarify docs for LoadOrCompute and LoadOrTryCompute #154
    Open source →
  2. v3.5.1-0.20250127072928-800e3a0ceeab27 Jan 2025pre-release

    Nothing published for this version

  3. v3.5.025 Jan 2025
    Release notes
    • Add SPSCQueue/SPSCQueueOf #152
    • Add LoadOrTryCompute method to Map/MapOf #153

    Thanks @mattjohnsonpint for suggesting the map enhancement.

    Open source →
  4. v3.4.118 Jan 2025
    Release notes
    • Add ToPlainMap/ToPlainMapOf utility functions #151

    Thanks @KiddoV for suggesting this enhancement.

    Open source →
  5. v3.4.014 Jul 2024
    Release notes
    • Add optimistic locking methods to RBMutex #138 and #140
    • Fix Map/MapOf capacity calculation for WithPresize #139

    RBMutex now has methods for optimistic locking:

    mu := xsync.NewRBMutex()
    if locked, t := mu.TryRLock(); locked {
    	// critical reader section...
    	mu.RUnlock(t)
    }
    if mu.TryLock() {
    	// critical writer section...
    	mu.Unlock()
    }

    Thanks @kkroo for the contribution.

    Open source →
  6. v3.3.2-0.20240714110809-5f67a126532a14 Jul 2024pre-release

    Nothing published for this version

  7. v3.3.2-0.20240713090326-f63979dec60713 Jul 2024pre-release

    Nothing published for this version

  8. v3.3.17 Jul 2024

    Nothing published for this version

  9. v3.3.1-0.20240707192533-e96db0eb997c7 Jul 2024pre-release

    Nothing published for this version

  10. v3.3.06 Jul 2024

    Nothing published for this version

  11. v3.2.1-0.20240706082543-9d42f97b2cbf6 Jul 2024pre-release

    Nothing published for this version

  12. v3.2.1-0.20240629170916-60923492977329 Jun 2024pre-release

    Nothing published for this version

  13. v3.2.022 Jun 2024

    Nothing published for this version

  14. v3.1.1-0.20240622053853-ec68f424cb6c22 Jun 2024pre-release

    Nothing published for this version

  15. v3.1.1-0.20240225193106-cbe4ec1e954f25 Feb 2024pre-release

    Nothing published for this version

  16. v3.1.025 Feb 2024

    Nothing published for this version

  17. v3.0.214 Nov 2023

    Nothing published for this version

  18. v3.0.2-0.20231114170948-1386eb4f0cb314 Nov 2023pre-release

    Nothing published for this version

  19. v3.0.11 Nov 2023

    Nothing published for this version

  20. v3.0.1-0.20231101190556-42e3390a5c0b1 Nov 2023pre-release

    Nothing published for this version

  21. v3.0.1-0.20231023060422-abcfab60234823 Oct 2023pre-release

    Nothing published for this version

  22. v3.0.1-0.20231022123553-48eb0132066122 Oct 2023pre-release

    Nothing published for this version

  23. v3.0.022 Oct 2023

    Nothing published for this version

  24. v3.0.0-20231022122140-f7bf8364423422 Oct 2023pre-release

    Nothing published for this version