Quansight-Labs / numpy.net

A port of NumPy to .Net
BSD 3-Clause "New" or "Revised" License
128 stars 14 forks source link

WIP missing #40

Open GeorgeS2019 opened 1 year ago

GeorgeS2019 commented 1 year ago
KevinBaselinesw commented 1 year ago

I think this task is best left to the application writer. In the python case, they are using C to process text files much faster than python can. In NumpyDotNet case, I can't open and process the files any faster than the application can since both are using .NET.