Javascript Hashset 1.0 Details


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'].

Publisher Description

Window 10 Compatible'JavaScript Hashset' is a pure JS implementation of the HashSet data-type. It is suitable with for client usage and also for node.js . It is optimized for JavaScript search / lookup routines - which can be a performance bottleneck slow when iterating Arrays in JavaScript. This is free software available at http://searchturbine.com/js/javascript-hashset under the BSD License. Compatibility: Internet Explorer 5, IE5.5, IE6, IE7, IE8, IE9, IE10, IE11. Node, NPM, Chrome. FireFox, Opera, Konqueror. It has 'close to universal' JS compatibility. A hashset is like an unordered array of values, but it can be searched for a value exponentially faster than a the native Array.contains or Array.indexOf functions. This makes it easier to write efficient, fast code. Hassets may use marginally more memory than normal arrays, but not exponentially more so. Hashsets are hugely popular in optimized c# and Java programming - because they allow developers a very fast way for looking up (searching) to see if a value already exists in a Hashset. It uses a dictionary like lookup - which does not get slower as the set grows in size. This is ideal for situations which we want avoid duplicate entries in an array - or check the existence of a value without a performance slowdown. A common weakness of Hashsets is that they are unordered - and as such - can not be enumerated (foreach). This weakness is overcome in 'JavaScript Searchable Hashset' with a enumerate function and also a copyToArray function. 'JavaScript Searchable Hashset' can use any value as a key. String, integer, array, classes, and even types. This makes it flexible an in-keeping with common js programming practices. It also includes the advanced hashset functions that Java and dotNet developers expect such as : 'copyToArray', 'exceptWith', 'isSubsetOf' and 'unionWith' which make it ideal for use in lower-level / higher performance applications.

Download and use it now: Javascript Hashset

Related Programs

JavaScript FH Plus

JavaScript FH Plus (Ceas Code DB) have the biggest collection of Java Scripts that has been published, this is the ultimate source for Java Scripts. The DB contains 170 finished Java Scripts, with every java Script effects you can think...


JavaScript PDF Generator

Integrating a JavaScript PDF generator into a web application is relatively straightforward. There are various JavaScript libraries and frameworks available that provide robust PDF generation capabilities. These libraries typically offer a set of APIs and utilities that allow developers to...


TeeChart for Javascript

TeeChart for Javascript is written in 100% Javascript and is designed for use across multiple different browser types supporting the HTML5 Canvas. It uses the HTML5 Canvas element to render chart contents. TeeChart for Javascript is available as a standalone...


PDF Generator SDK for JavaScript

Pure JavaScript code component to generate PDF on client side in your web or mobile application. BytescoutPDF.js provides 100% client side PDF generation with text, images, graphics, links, html formatting. No Acrobat or server side components required to work! BENEFITS:...


UPC-A and EAN-13 JavaScript Generator

Generate UPC-A and EAN-13 SVG, HTML5 Canvas and BMP barcode images with JavaScript Barcode Generator that may be easily integrated into many Web Applications, Oracle Reports and HTML. It is the complete barcode generator in a single JavaScript file; no...

  • Demo
  • 07 Jan 2017
  • 14 KB

Screenshot


Details

Keywords