Skip to content

Hamsters v5.4.3 Released!

Latest
Compare
Choose a tag to compare
@austinksmith austinksmith released this 25 Sep 23:09
· 1 commit to v5.4.3 since this release

This release was primarily targeted around more unit testing and fixing the debugging metrics, additionally there is a slight performance increase and resolves a memory leak.

  • Resolved memory leak of pool.tasks array overflowing with random data
  • Resolved issues with debugging mode not returning accurate thread start and completion times
  • Modified indexes calculation to be 100% accurate with new unit tests
  • Removed pool.tasks array and function calls, slight performance increase.
  • When using debugging mode you can now see individual performance for each thread as well as performance of each task, start and end * times as well as enqueued and dequeued times if a task gets queued waiting for a thread.

This release also drops support for Internet Explorer 9, support for Internet Explorer 10 is no longer guaranteed to work and has not been tested.

Enjoy!