Javascript Hashset 1.0
Search Turbine – Freeware'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.
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.
概述
Javascript Hashset 是在由Search Turbine開發類別 Web Development Freeware 軟體。
最新版本是 Javascript Hashset 的 1.0 2015/06/25 上釋放。 它最初被添加到我們的資料庫 2015/06/25 上。
Javascript Hashset 在下列作業系統上運行: Windows。
Javascript Hashset 已不被評為由我們使用者尚未。
2024/11/20 | Skład Opału 18.5.1 |
2024/11/20 | Uni Faktura 18.5.1 |
2024/11/20 | Punkt Skupu 18.5.1 |
2024/11/20 | JRiver Media Center 33.0.34 |
2024/11/20 | Camtasia Studio 24.1.3.5321 |
2024/11/20 | Why use a VPN service in 2025? |
2024/11/13 | Adobe October 2024 Patch Day |
2024/11/05 | Crowdstrike Strikes Again: Office Crashes, Windows 11 Stalls |
2024/11/04 | How to shrink large PDF files in 2025 |
2024/10/30 | Google Chrome 130.0.6723.91/.92 update for Windows and Mac available |
評測
AOMEI Backupper
AOMEI Backupper:可靠的備份和恢復解決方案 |
|
Rockstar Games Launcher
使用 Rockstar Games Launcher 簡化您的 Rockstar 遊戲體驗! |
|
Microsoft ODBC Driver for SQL Server
使用 Microsoft ODBC Driver for SQL Server 實現可靠高效的連接管理 |
|
Comprobación de estado de PC Windows
Optimiza el rendimiento de tu PC con Comprobación de estado de PC Windows |
|
Canon My Image Garden
為佳能使用者提供高效的圖像管理和編輯工具 |
|
Java SE Runtime Environment
運行 Java 應用程式的基本軟體 |