Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 24 Oct 11:09

1.1.1 (2020-10-24)

Performance Improvements

Move mapping of initialValues to final recursive function call. This helps with performance, especially when a callback is
used to intialise values across the matrix. (0607056)

Create a 5D array with static initial values Create a 5D array with each point dynamically intialised via a callback
Before 1.212 ms 2.936 ms
After 0.629 ms 0.972 ms