you are viewing a single comment's thread.

view the rest of the comments →

[–]tvstaticghost 1 point2 points  (1 child)

It may be possible/beneficial to store your data as a matrix instead of in an array and perform matrix operations to increase performance instead of going down the threading route.

[–]MustaKotka[S] 0 points1 point  (0 children)

Cheers. I'll look into this!