HashMap.js is a library which adds HashMaps to JavaScript. While some modern browsers support Maps, this library supports all browsers back to even IE8! This library also works well with the Stream.js ...
Description The HashMap in this implementation has an API similar to JavaScript's native Map object but uses asynchronous accessors rather than synchronous. When creating a new HashMap or loading one ...