Javascript Hashset icon

Javascript Hashset

2 big stars
Javascript Hashset screenshot
Name: Javascript Hashset
Works on: windowsWindows 2000 and above
Developer: Search Turbine
Version: 1
Last Updated: 27 Apr 2017
Release: 07 Oct 2015
Category: Programming > SDK DDK
Rate this software:
1465 downloads
screenshotsView Screenshots(1)
commentsComments
downloadDownload
Liked it? Tell others:
tags

Javascript Hashset Tags

developers web engineeering
details

Javascript Hashset Details

Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows Vista | Windows 2012
SHA1 Hash: ce26e450b90a50bd06317ac4a135e310668db001
Size: 4.7 KB
File Format: zip
Rating: 2.608695652 out of 5 based on 23 user ratings
Downloads: 1465
License: Free
Javascript Hashset is a free software by Search Turbine and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows Vista, Windows 2012.
You can download Javascript Hashset which is 4.7 KB in size and belongs to the software category SDK DDK.
Javascript Hashset was released on 2015-10-07 and last updated on our database on 2017-04-27 and is currently at version 1.
download button
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
features

Javascript Hashset Description

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.

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.

screenshots

Javascript Hashset Screenshots

Javascript Hashset screenshot 1
similarSimilar Software
SimpleServer icon
SimpleServer
v 1
free
phpDesigner 8 icon
phpDesigner 8
v 8.1
non-free
CoffeeCup Sitemapper icon
CoffeeCup Sitemapper
v 6
non-free
TimeBender icon
TimeBender
v 0.9
free
Eclipse Editor icon
Eclipse Editor
v 1
free
Log Viewer Plus icon
Log Viewer Plus
v 1.1
non-free