Skip to content

arennow/KeyedArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages