v1.1.1
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 |