• Stars
    star
    1
  • Language
    C#
  • Created about 1 year ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This project compares the performance of CSV parsing libraries in C#. It seeks to identify the fastest parser by measuring the time taken for reading CSV files and processing data. It evaluates libraries such as Sylvia, SoftCircuitsCsvParser, csvHelper, StringSplit, RecordParser and shows how long each library takes to process the csv file.