I've made some benchmarking right now and as I exp...
# mathematics
a
I've made some benchmarking right now and as I expected, just reading generic Double from structure does not have real impact on performance compared to reading double from array. What really affect performance are the kotlin lambda transformations. They automatically do boxing every time. There are several ways to fix it.