/linked-hash-map

Javascript HashMap that maintains insertion order.

Primary LanguageJavaScriptMIT LicenseMIT

Javascript LinkedHashMap

A utility that takes advantage on Javascript Object's power as a hashmap, and provide you insertion order. Useful if you need to randomly access a value with a key, but need to know who are your immediate neighbours, ie. a carousel.