crystal-data / num.cr

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

First class array implementation in Crystal #3

Closed christopherzimmerman closed 5 years ago

christopherzimmerman commented 5 years ago

Even using gsl, Crystal beats some of the naive vector operations that don't drop to blas, but just use gsl, due to the overhead of copying/access. I think it's worth it to just implement the array class in Crystal