0.1.0 • Published 11 years ago

jshashtable v0.1.0

Weekly downloads
432
License
APACHE-2.0
Repository
github
Last release
11 years ago

JSHashtable for nodejs

Port of jshashtable as nodejs package. jshashtable is a standalone implementation of hash table in JavaScript. It associates keys with values, and allows any object to be used as the key (unlike JavaScript's built-in Object, which only allows strings as property names).

Original website: http://www.timdown.co.uk/jshashtable/