crystal-data / num.cr

Scientific computing in pure Crystal
MIT License
151 stars 12 forks source link

Implement contiguous fast tracking. #4

Closed christopherzimmerman closed 4 years ago

christopherzimmerman commented 4 years ago

For contiguous vectors and matrices, avoiding stride checks is much faster. Need to implement a generic way to fast track operations on contiguous arrays.