SkillAgentSearch skills...

OrderedCollections.jl

Julia implementation of associative containers that preserve insertion order

Install / Use

/learn @JuliaCollections/OrderedCollections.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

OrderedCollections.jl

CI Test Coverage Documentation (dev) Documentation (stable)

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.

View on GitHub
GitHub Stars112
CategoryDevelopment
Updated1mo ago
Forks40

Languages

Julia

Security Score

100/100

Audited on Mar 5, 2026

No findings