Skip to content

Releases: austinksmith/Hamsters.js

v3.0

26 Jul 15:00
Compare
Choose a tag to compare

Eliminates all dom interaction from the library
Further reduces library runtime overhead & complexity
Major performance improvements when using typed arrays
Massively reduced thread creation performance cost
Removed scar tissue
Fixed minified version runtime issues (YUI compressor instead of UglifyJS)

v3.0-Hotfix

26 Jul 15:34
Compare
Choose a tag to compare

Resolves critical security error in IE11

v2.9

25 Jul 20:32
Compare
Choose a tag to compare

Resolves remaining blob creation memory issues in IE11
Improved memory management, single blob creation per session
Reduced dom overhead and interaction, single dom element & interaction per session
Improved thread creation performance & library startup
Reduced library variable size and complexity
Removed browser specific tweaks, rely on browser manufacturers to optimize structured cloning algorithms
Improved general performance

v2.8

20 Jul 18:25
Compare
Choose a tag to compare

Adds legacy fallback mode for preliminary use within asm.js and node, these run on the main thread.

Slight optimization doesn't append dom objects to browsers/devices that will not be using them.

v2.7

27 May 21:29
Compare
Choose a tag to compare
  • Identified and resolved a bug that would occur when running a function not making use of the newer dataType arguments
  • Introduced automagical sorting options
  • Cleaned up runtime logic
  • Updated jsdoc guides

v2.6

19 May 15:10
Compare
Choose a tag to compare

Removes the remaining bottlenecks in the logic, performance enhancements.

v2.5

17 May 22:38
Compare
Choose a tag to compare

Resolves remaining legacy device support issues introduced by typedArray support, resolves possible performance degradation in Safari.

v2.4

17 May 15:12
Compare
Choose a tag to compare

Performance enhancements focused around a lower latency runtime, microoptimizations including smarter & faster memoization.

Average of 4ms latency reduction across the board.

v2.3

05 May 20:25
Compare
Choose a tag to compare

Improved memoization, roughly double effective cache size by hashing the input, decoupling of logic, performance improvements.

2.2

28 Apr 20:47
Compare
Choose a tag to compare
2.2

This release resolves issues for IE11 introduced by v2.1, also includes an optional result caching system.