JuliaCollections/OrderedCollections.jl
Julia implementation of associative containers that preserve insertion order
JuliaMIT
Issues
- 13
Type piracy?
#25 opened by dpo - 5
Is `push!` implemented correctly?
#118 opened by torfjelde - 1
- 1
Deployed Docs are out of date
#31 opened by oxinabox - 2
- 3
Deleting nothing from OrderedDict
#87 opened by mforets - 0
mergewith not working properly for OrderedDict
#77 opened by tomyun - 0
Iteration over subsets of OrderedSet
#117 opened by termi-official - 3
Add LittleSet?
#81 opened by CameronBieganek - 0
Add `sort!` method for `LittleDict`
#116 opened by nathanrboyer - 0
OrderedDict should rehash on deepcopy (like Dict does)
#115 opened by Keno - 1
last for OrderedDict/KeyIterator/ValueIterator
#99 opened by oxinabox - 46
TagBot trigger issue
#67 opened by JuliaTagBot - 3
Equality of OrderedDict
#82 opened by lucaferranti - 3
- 3
`getindex` for LittleDict is Type Unstable
#101 opened by SBuercklin - 3
keys and getindex of OrderedSet
#97 opened by duanhuaiyu - 9
OrderedDict missing `last`
#91 opened by jmigual - 0
get by index
#93 opened by ExpandingMan - 0
Invalidations due to conversion to OrderedDict
#90 opened by sethaxen - 0
Construction from generator may iterate a second time
#86 opened by yha - 3
- 1
delete! works lazily?
#80 opened by Indigo2233 - 0
- 3
Ability to get the order of a key
#64 opened by shashi - 1
OrderedDict corrupted keys
#71 opened by Nosferican - 2
export of isordered method
#45 opened by eulerkochy - 4
Benchmarking the performance of dictionaries
#35 opened by eulerkochy - 8
Remerging into DataStructures
#46 opened by oxinabox - 2
Feature request: reverse method for OrderedDicts
#56 opened by bramtayl - 1
- 1
LittleDict / OrderedDict pop! consistency
#61 opened by mattBrzezinski - 0
Is OrderedDict maybe broken?
#58 opened by PallHaraldsson - 2
Special Ordered Dict that automtically swaps from LittleDict to another type when too full
#57 opened by oxinabox - 1
Feature request: range selection
#55 opened by bramtayl - 2
- 1
- 0
- 1
LittleDict inconsistency deleting keys
#48 opened by mattBrzezinski - 10
- 2
New release
#44 opened by timholy - 2
Update docs webpage to include LittleDict
#43 opened by CameronBieganek - 1
LittleDict{Symbol,Int}(:x=>1) throws error
#27 opened by ablaom - 2
- 1
Document LittleDict
#29 opened by juliohm - 0
LittleDict not in docs
#20 opened by oxinabox - 0
fast getindex?
#24 opened by tk3369 - 2
- 1
`Base.show_comma_array` isn't a thing anymore
#18 opened by rofinn - 3
Document that `keys` maintains order.
#13 opened by matthieugomez