issues
search
elliotchance
/
orderedmap
🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
MIT License
849
stars
63
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow initial elements as variadic into NewOrderedMap
#45
pd93
opened
2 months ago
0
iter.Seq and naming changes
#44
pd93
opened
2 months ago
0
Initialising an ordered map with data
#43
pd93
opened
2 months ago
1
doc: add some examples
#42
kevinburke
opened
2 months ago
0
Implement Go 1.23 iterators
#41
thiagokokada
closed
2 months ago
0
Support iterators from Go 1.23
#40
thiagokokada
closed
2 months ago
0
invalid operation: cannot index orderedmap.NewOrderedMap
#39
officialasishkumar
opened
5 months ago
3
Unable to use orderedmap in struct
#38
officialasishkumar
closed
5 months ago
0
add support for replacing keys and maintaining order
#37
drshriveer
closed
5 months ago
0
Nested ordered maps
#36
retr0h
closed
11 months ago
0
feat: Concurrent safety for ordered maps
#35
otaxhu
opened
11 months ago
1
update performance test times to avoid accidental factors
#34
francisoliverlee
closed
1 year ago
0
Delete operation is abnormal when iterating elements
#33
yuantingzhong
closed
1 year ago
3
Try to improve the performances of the non generic version
#32
MagnaboscoL
closed
2 years ago
0
ci: Test on pull request
#31
elliotchance
closed
2 years ago
0
Try to improve performances
#30
MagnaboscoL
closed
2 years ago
0
Require comparable interface instead of constraints.Ordered for map keys
#29
MagnaboscoL
closed
2 years ago
0
Support JSON marshal
#28
MrMarble
opened
2 years ago
3
Adding Github Actions
#27
elliotchance
closed
2 years ago
0
Added support for generics
#26
elliotchance
closed
2 years ago
0
chore: update lockfile
#25
emirot
closed
2 years ago
1
fix: ci build
#24
emirot
closed
2 years ago
1
fix: add go version
#23
emirot
closed
2 years ago
0
docs: add implementation details
#22
emirot
closed
2 years ago
0
fix bug of potential panic
#21
gua-pian
closed
2 years ago
1
map is not sorted
#20
jiftle
opened
3 years ago
1
Adds Copy() function
#19
ebh
closed
3 years ago
0
Benchmarks against CPP Python Java similar data structure
#18
nikolaydubina
opened
3 years ago
1
Implement GetElement method
#17
jyotisj
closed
4 years ago
0
Support marshal json
#16
abusizhishen
closed
4 years ago
0
Need GetElement method
#15
jyotisj
opened
4 years ago
2
Add a maxSize to the ordered map, to create a ring-buffer-like behavior
#14
prgsmall
closed
4 years ago
2
Create LICENSE
#13
elliotchance
closed
4 years ago
0
`json.Marshal` — doesn't work
#12
RubaXa
opened
4 years ago
6
chore: fix typo
#11
orisano
closed
4 years ago
0
unmarshal json to []orderedmap.OrderedMap make panic
#10
chyroc
closed
10 months ago
1
Add .editorconfig
#9
algobot76
closed
4 years ago
0
Implement GetOrDefault
#8
algobot76
closed
4 years ago
0
Is it necessary to save the key in the element? This can cause a multiple of the memory overhead.
#7
xcshuan
opened
5 years ago
0
add performance comparison between orderedmap and go built-in map
#6
xcshuan
closed
4 years ago
0
add performance comparison between orderedmap and go built-in map
#5
xcshuan
closed
5 years ago
0
add performance comparison between orderedmap and go built-in map
#4
xcshuan
closed
5 years ago
0
Why list.List?
#3
funny-falcon
opened
5 years ago
9
Added bidirectional iterator
#2
elliotchance
closed
5 years ago
0
Adding Travis CI
#1
elliotchance
closed
5 years ago
0