Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.41 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.41 KB

Travis Build Status Appveyor Build Status Test Coverage PkgEval.jl Status on Julia 0.7 Documentation

OrderedCollections.jl

This package implements OrderedDicts and OrderedSets, which are similar to containers in base Julia. However, during iteration the Ordered* containers return items in the order in which they were added to the collection. It also implements LittleDict which is a ordered dictionary, that is much faster than any other AbstractDict (ordered or not) for small collections.

This package was split out from DataStructures.jl.

Resources