issues
search
Workiva
/
go-datastructures
A collection of useful, performant, and threadsafe Go datastructures.
Apache License 2.0
7.7k
stars
834
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
DT-24458: Update the list of maintainers
#231
ryanjackson-wf
closed
6 months ago
3
ringbuffer: dif is never less than zero
#230
YutaMiyake
opened
7 months ago
1
add retention to upload
#229
williamsigouin-wk
closed
7 months ago
2
SKREAMS-4507
#228
simeonsteward-wk
closed
8 months ago
2
SKREAMS-4484 Complete transition to GHA
#227
simeonsteward-wk
closed
8 months ago
4
Github Actions
#226
tannermiller-wf
closed
1 year ago
2
first try
#225
tannermiller-wf
opened
1 year ago
1
fix some typos
#224
cuishuang
opened
1 year ago
1
Clean code and fix issues reported by staticcheck
#223
sarroutbi
opened
1 year ago
4
Adds generic binary heap and d-ary heap
#222
Florimond
opened
1 year ago
2
Add `GetSetBits` and `Count` to `BitArray`
#221
danielway-wk
closed
1 year ago
2
Queue Get func
#220
Maxi135798642
opened
1 year ago
0
fix: ring roundUp func
#219
tcp9
closed
1 year ago
1
RingBuffer with a size of 1 should not be allowed due to an insert bug, so increment a size of one, by one.
#218
hedisam
opened
3 years ago
2
Migrate to Go Modules + Off of Smithy-runner
#217
matthinrichsen-wf
closed
3 years ago
2
Change traverse implemention to in-order traverse
#216
qiuchengxuan
opened
3 years ago
1
State of rtree different after insert/delete (0,0,0,0) and insert/delete (0,0,10,10)
#215
Robert-M-Muench
opened
3 years ago
3
Will rtree recognize coordinate/dimension changes of inserted rects?
#214
Robert-M-Muench
opened
3 years ago
1
RingBuffer's Offer returns false (queue full) even when there is space in queue
#213
SharanSharathi
opened
4 years ago
0
rtree / hilbert / func New(bufferSize, ary uint64) => what is parameter ary?
#212
Robert-M-Muench
opened
4 years ago
0
How to use rtree?
#211
Robert-M-Muench
closed
4 years ago
2
migrating to go module system
#210
viggin543
opened
4 years ago
2
Add Dependabot to repository for automatic package updates
#209
matthewsullivan-wf
opened
4 years ago
2
ringbuffer use int64 and return false and error when put item to ful…
#208
chenshungen
closed
1 year ago
3
Add nil check to Dtrie.Get()
#207
AliceBennett
closed
4 years ago
4
dtrie appears to be mutable (and not threadsafe)
#206
BennettJames
opened
5 years ago
0
Reduce RingBuffer heap allocation
#205
chrisxue815
closed
4 years ago
4
yfast trie Successor doesn't work well with big gaps between numbers
#204
xiankaing
opened
5 years ago
0
Dtrie.Get() panics on unexisting key
#203
asido
opened
5 years ago
1
q.Get error, runtime error: hash of unhashable type
#202
ooepay
opened
5 years ago
0
bugfix: queue: uint64 is never less than 0
#201
detailyang
opened
5 years ago
2
RM-34219 Bump Travis versions
#200
HaraldNordgren
closed
5 years ago
3
RM-30900 Drop zero-block values in sparse vs dense AND
#199
bcicen
closed
6 years ago
3
RM-30900 Ctrie hash collisions
#198
dzyp
closed
6 years ago
4
----
#197
ArnoldoR
closed
6 years ago
0
RM-30330 Workiva-Build: Update Dockerfile to mirror smithy.yaml
#196
ci-push-wf
closed
6 years ago
7
RM-30900 Handle duplicated entry in lNodes for the concurrent trie
#195
stephane-martin
closed
6 years ago
5
Incorrect handling of hash collisions in ctrie
#194
stephane-martin
closed
6 years ago
1
Create a DecreaseKey operation for the priority queue
#193
evandesantola
closed
6 years ago
2
btree: remove dependency on github.com/satori/go.uuid
#192
rsc
closed
6 years ago
4
CopyOnWrite ArrayList/Slice
#191
vkuzmin-uber
opened
6 years ago
0
install err
#190
seqyuan
opened
6 years ago
0
Is there any plan to provide a double-ended queue implementation
#189
gotoxu
opened
6 years ago
2
RM-25125 Fixes #187: Update to the new go.uuid API
#188
iancmcc
closed
6 years ago
3
Breaking API changes in satori/go.uuid
#187
iancmcc
closed
6 years ago
2
RM-25125 Fix #183
#186
andreis
closed
6 years ago
5
RM-25125 Fix non aligned read
#185
dustinhiatt-wf
closed
6 years ago
2
Nil pointer error in yfast trie
#184
shabbyrobe
opened
7 years ago
0
Get from PriorityQueue
#183
kenenbek
closed
6 years ago
2
RM-24272 Fix that read-only snapshots shared state with original.
#182
fasaxc
closed
7 years ago
3
Next