Skip to content

Hamsters v5.5.2 Released!

Compare
Choose a tag to compare
@austinksmith austinksmith released this 09 Jun 14:12

We're happy to release version 5.5.2 of Hamsters.js, this release is aimed at performance and provides some gains for tasks that use only a single thread with a percentage improvement is approximately 21.4% in benchmarks.

  1. Removed unnecessary if statement and return during runtime - improves performance in all scenarios
  2. Removed expensive indexe's calculation from function calls that use only 1 function, improves performance for single threaded tasks
  3. Refined task object creation for better performance and removing unnecessary checks

Enjoy!