Skip to content

Hamsters v5.4.4 Released!

Compare
Choose a tag to compare
@austinksmith austinksmith released this 13 Oct 12:46

This release resolves a few issues that will increase overall performance however it comes at a cost of higher memory usage

Resolved index calculation to support odd numbers of threads such as triple core processors
Added more unit tests
Resolved some unit tests not working in Firefox browser
Added task.output for output data, previously the library was modifying the input array as the output, this was great from a memory usage standpoint however its bad practice to modify inputs so that's no longer happening.
Cleaned up code some

Enjoy!