elliotchance/orderedmap
🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
GoMIT
Issues
- 1
Initialising an ordered map with data
#43 opened by pd93 - 0
iter.Seq and naming changes
#44 opened by pd93 - 0
doc: add some examples
#42 opened by kevinburke - 0
Support iterators from Go 1.23
#40 opened by thiagokokada - 3
- 0
Unable to use orderedmap in struct
#38 opened by officialasishkumar - 1
- 0
Nested ordered maps
#36 opened by retr0h - 1
feat: Concurrent safety for ordered maps
#35 opened by otaxhu - 3
- 1
- 1
map is not sorted
#20 opened by jiftle - 6
`json.Marshal` — doesn't work
#12 opened by RubaXa - 9
Why list.List?
#3 opened by funny-falcon - 2
Need GetElement method
#15 opened by jyotisj - 0
Is it necessary to save the key in the element? This can cause a multiple of the memory overhead.
#7 opened by xcshuan