Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 181 Bytes

File metadata and controls

3 lines (2 loc) · 181 Bytes

KeyedArray

An ordered collection with O(1) access time by index, but also with amortized O(1) lookup time by key. It's basically just an Array and a Dictionary smushed together.