JuliaCollections / OrderedCollections.jl

Julia implementation of associative containers that preserve insertion order
MIT License
92 stars 37 forks source link

Add `sort!` method for `LittleDict` #116

Open nathanrboyer opened 3 months ago

nathanrboyer commented 3 months ago

My values are large data frames, and I don't want to have to copy them just to reorder the keys.