issues
search
puzpuzpuz
/
xsync
Concurrent data structures for Go
Apache License 2.0
1.12k
stars
40
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[FEAT REQ] Add Utility Method to Convert `xsync.MapOf` to a Regular Go Map
#149
KiddoV
opened
3 weeks ago
2
Support Go 1.23 Iterators
#148
amnonbc
closed
3 months ago
3
Using runtime functions via go:linkname is not allowed
#147
grongor
opened
3 months ago
3
[FEATURE REQUEST] - Introduce functions Keys, Values, AsMap, Clone
#146
oarkflow
opened
3 months ago
2
sync: unlock of unlocked mutex
#145
liangsqrt
closed
4 months ago
2
Warning about passing lock by value in xsync.Range function. Is that expected?
#144
mernesteze-eng
opened
4 months ago
1
MapOf crash with nil value
#143
DmitryBryluk
closed
4 months ago
2
Is map struct can avoid ABA issue?
#142
jianfengye
closed
4 months ago
2
Improve RBMutex readme
#141
puzpuzpuz
closed
4 months ago
0
Fix optimistic RBMutex methods and add tests
#140
puzpuzpuz
closed
4 months ago
0
Fix Map/MapOf capacity calculation for WithPresize
#139
puzpuzpuz
closed
4 months ago
0
Add RBMutex.TryRLock
#138
kkroo
closed
4 months ago
2
Add NewMapOfWithHasher function
#137
puzpuzpuz
closed
4 months ago
1
Improve readme
#136
puzpuzpuz
closed
5 months ago
0
Change license to Apache License 2.0
#135
puzpuzpuz
closed
5 months ago
0
Speed up MapOf lookups
#134
puzpuzpuz
closed
5 months ago
0
Expose Map/MapOf statistics
#133
puzpuzpuz
closed
5 months ago
0
Introduce Map/MapOf configs and grow-only option
#132
puzpuzpuz
closed
5 months ago
0
Can xsync.MapOf be encoded/decoded with gob.Encoder as-is?
#131
karelbilek
closed
5 months ago
3
reduce mapof delete operation cost
#130
someview
closed
5 months ago
7
mapof add tooManyOverflowBuckets limits to grow table
#129
someview
closed
5 months ago
2
[xsync.MapOf] Atomically delete a value based on value's state?
#128
alberto-miranda
closed
6 months ago
4
Add `allocsPerTest` test case for `mapof.Load`
#127
rabbbit
closed
8 months ago
1
`xsync.MapOf.Load` may lead to key allocation, unlike `sync.Map` and `xsync.Map`
#126
rabbbit
closed
8 months ago
2
Map/MapOf.Range iteration order
#125
mdogan
opened
8 months ago
1
Readme is not clear (at least not for me :))
#124
megalepozy
closed
8 months ago
2
Store based on previous value
#123
german94
opened
9 months ago
1
Improve NewMapPresized/NewMapOfPresized godoc
#122
puzpuzpuz
closed
9 months ago
1
Use presized Map/MapOf argument as the minimal map capacity
#121
puzpuzpuz
closed
9 months ago
1
[Question] Deadlock detection
#120
sruehl
closed
9 months ago
4
`MapOf` - Document zero value in the context of `Load` and whether or not it applies to deleted items during `Range`
#119
flowchartsman
closed
9 months ago
1
What is the behavior of pre-sized and un-sized map?
#118
ivanjaros
closed
9 months ago
1
MPMC queue CPU usage through the roof
#117
ivanjaros
closed
10 months ago
6
LoadOrCompute should document intended per-key behavior
#116
pnegahdar
closed
11 months ago
4
add counter.AddAndLoad
#115
ryanfkeepers
closed
1 year ago
0
Copy on write map
#114
jorgebay
opened
1 year ago
3
Fix too aggressive Map/MapOf shrinking on deletion leading to out of range panic
#113
puzpuzpuz
closed
1 year ago
1
panic on Compute
#112
mdumandag
closed
1 year ago
2
Fix lost updates on concurrent Map/MapOf resize
#111
puzpuzpuz
closed
1 year ago
0
Compatible with non-generic versions of Go
#110
fufuok
closed
1 year ago
3
Map Leaking entries...
#109
klauspost
closed
1 year ago
4
Get rid of hash function in MapOf factory functions
#108
puzpuzpuz
closed
1 year ago
1
Fast zero-allocation universal hash function
#107
destel
closed
1 year ago
2
Speed up built-in string hash function
#106
puzpuzpuz
closed
1 year ago
0
In v2 a default hasher (of strings) is missing
#105
shmul
closed
1 year ago
5
Add concurrent queue with generics support (MPMCQueueOf)
#104
puzpuzpuz
closed
1 year ago
1
Please improve error handling on methods and interfaces
#103
dileep315r
closed
9 months ago
3
Is there any reason to not use xsync.Map?
#102
pelicans45
opened
1 year ago
6
Mention v1 as discontinued version in readme
#101
puzpuzpuz
closed
1 year ago
0
LoadOrCompute duplicate compute bug on v1 implementation
#100
petee-d
closed
9 months ago
4
Next