Quansight-Labs / numpy.net

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

WIP missing #40

Open GeorgeS2019 opened 2 years ago

GeorgeS2019 commented 2 years ago
KevinBaselinesw commented 2 years 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.