Initial performance tests should be done to get an idea whether currest containers are fast enough. Probably a fast (mutable) container should be developed with basic linear algebra operations on it. #10
Is your feature request related to a problem? Please describe.
I think Haskell's lists are not the most performant solution. I guess there could be speed / memory consumption issues when training & inferencing on reasonable to life-usage datasets.
Is your feature request related to a problem? Please describe. I think Haskell's lists are not the most performant solution. I guess there could be speed / memory consumption issues when training & inferencing on reasonable to life-usage datasets.
Describe the solution you'd like