Releases: puzpuzpuz/xsync
Releases · puzpuzpuz/xsync
v1.1.0
- Cache top hash code MSBs in Map buckets (#31)
Although the above changes aren't breaking ones, they include significant changes in non-functional characteristics of xsync.Map
. So, that's why they deserve a minor version release.
v1.0.2
- Fix race in Map.LoadOrStore (#24)
v1.0.1
- Fix deadlock in Map.LoadOrStore (#23)