toor1245 / MatrixDotNet

Powerful .NET library for calculating matrix
https://toor1245.github.io/MatrixDotNet/
MIT License
10 stars 3 forks source link

Optimize array filling in ctrs #121

Closed Dilorfin closed 3 years ago

Dilorfin commented 3 years ago

due to #108

toor1245 commented 3 years ago

Need unit testing on any data type, and check what will be if replace Array.Fill on Span.Fill wich works via unsafe and used loop unrolling

Dilorfin commented 3 years ago

Array.Fill vs Span.Fill vs AvxFill for float for array length 4048 image