Javascript Hashset
JavaScript Hashset - is a searchable implementation of the HashSet data-type for JS and Node. This is free, open source software available at http://searchturbine.com/js/javascript-hashset under the BSD License. JS HashSet is alike an unordered array of values - but values can be looked up exponentially faster than in a conventional value array like ['A','B','C'].