Sep VS FileHelpers

Compare Sep vs FileHelpers and see what are their differences.

Sep

World's Fastest .NET CSV Parser. Modern, minimal, fast, zero allocation, reading and writing of separated values (`csv`, `tsv` etc.). Cross-platform, trimmable and AOT/NativeAOT compatible. (by nietras)

FileHelpers

The FileHelpers are a free and easy to use .NET library to read/write data from fixed length or delimited records in files, strings or streams (by MarcosMeli)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Sep FileHelpers
2 10
639 1,121
- -
8.8 0.0
12 days ago 11 months ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Sep

Posts with mentions or reviews of Sep. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-25.
  • Eli Bendersky: Faster XML Stream Processing in Go
    1 project | news.ycombinator.com | 7 May 2024
    Pretty sure the C performance would have been trivially matched by C# were it to be ported there.

    While not XML (which does not see much love from the community to surprise of HN), gigabytes per second of parsing throughput are reached for CSV without sacrificing UX: https://github.com/nietras/Sep?tab=readme-ov-file#packageass...

  • Friends don't let friends export to CSV
    7 projects | news.ycombinator.com | 25 Mar 2024
    If you ever need to parse CSV really fast and happen to know C#, there is an incredible vectorized parser for that: https://github.com/nietras/Sep/

FileHelpers

Posts with mentions or reviews of FileHelpers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-08.

What are some alternatives?

When comparing Sep and FileHelpers you can also consider the following projects:

CsvHelper - Library to help reading and writing CSV files

Json.NET - Json.NET is a popular high-performance JSON framework for .NET

ServiceStack.Text - .NET's fastest JSON, JSV and CSV Text Serializers

ExcelDataReader - Lightweight and fast library written in C# for reading Microsoft Excel files

Wire - Binary serializer for POCO objects

Protobuf - Protocol Buffers - Google's data interchange format

FsPickler - A fast multi-format message serializer for .NET

Magicodes.IE - Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.

Bond - Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services.

MessagePack for C# (.NET, .NET Core, Unity, Xamarin) - Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]

Migrant - Fast and flexible serialization framework usable on undecorated classes.

Protobuf.NET - Protocol Buffers library for idiomatic .NET