Issues
- 1
LoadOrCompute error handling
#150 opened by mattjohnsonpint - 2
- 3
Support Go 1.23 Iterators
#148 opened by amnonbc - 3
- 2
- 2
sync: unlock of unlocked mutex
#145 opened by liangsqrt - 1
Warning about passing lock by value in xsync.Range function. Is that expected?
#144 opened by mernesteze-eng - 2
Is map struct can avoid ABA issue?
#142 opened by jianfengye - 2
MapOf crash with nil value
#143 opened by DmitryBryluk - 2
Alternative epoch-based design for Maps
#8 opened by puzpuzpuz - 7
reduce mapof delete operation cost
#130 opened by someview - 2
- 3
- 4
- 6
Is there any reason to not use xsync.Map?
#102 opened by pelicans45 - 2
`xsync.MapOf.Load` may lead to key allocation, unlike `sync.Map` and `xsync.Map`
#126 opened by rabbbit - 5
Built-in hash function for comparable types
#70 opened by psyhatter - 1
Map/MapOf.Range iteration order
#125 opened by mdogan - 2
Readme is not clear (at least not for me :))
#124 opened by megalepozy - 1
Store based on previous value
#123 opened by german94 - 1
`MapOf` - Document zero value in the context of `Load` and whether or not it applies to deleted items during `Range`
#119 opened by flowchartsman - 3
- 4
- 4
[Question] Deadlock detection
#120 opened by sruehl - 1
What is the behavior of pre-sized and un-sized map?
#118 opened by ivanjaros - 6
MPMC queue CPU usage through the roof
#117 opened by ivanjaros - 4
- 3
Copy on write map
#114 opened by jorgebay - 2
panic on Compute
#112 opened by mdumandag - 4
Map Leaking entries...
#109 opened by klauspost - 5
In v2 a default hasher (of strings) is missing
#105 opened by shmul - 2
"Drawbacks" you say?
#94 opened by FrankDMartinez - 2
- 2
[Question] CPU cache friendly byte slice
#90 opened by stokito - 5
- 4
Map: add way to provide initial size hints
#85 opened by costela - 4
github.com/puzpuzpuz/xsync@v2.0.0: invalid version: module contains a go.mod file, so module path must match major version ("github.com/puzpuzpuz/xsync/v2")
#60 opened by merlindru - 8
- 1
Range Causes extra memory allocations
#44 opened by zetoqu - 0
Avoid locking in Map.Range
#25 opened by puzpuzpuz - 1
Doesn't compile on 32bit
#38 opened by ohdearaugustin - 4
Map: make size() public
#39 opened by joy4eg - 4
Implement shrinking in Map resize
#5 opened by puzpuzpuz - 1
Generic map
#33 opened by vearutop - 0
- 4
nilVal is not unique
#26 opened by ericlagergren - 0
Add copy-on-write list
#27 opened by puzpuzpuz - 8
Panic while storing
#18 opened by vearutop - 0
Consider faster hash function for Map
#7 opened by puzpuzpuz - 0
Support nil values in Map
#4 opened by puzpuzpuz