SciSharp / Pandas.NET

Pandas port for C# and F#, data analysis tool, process multi-dim array in DataFrame.
557 stars 76 forks source link

CSV Reader + Span<T> #10

Open fdncred opened 5 years ago

fdncred commented 5 years ago

Good read here with repo here. Using Span<T> will have extreme performance and very few extra allocations.

fdncred commented 5 years ago

This one is interesting too.

Oceania2018 commented 5 years ago

Worth learning.