Sep VS Cursively

Compare Sep vs Cursively 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)

Cursively

A CSV reader for .NET. Fast, RFC 4180 compliant, and fault tolerant. UTF-8 only. (by airbreather)
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 Cursively
2 3
639 39
- -
8.8 3.2
12 days ago over 3 years 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/

Cursively

Posts with mentions or reviews of Cursively. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-25.
  • Ask HN: Examples of Top C# Code?
    29 projects | news.ycombinator.com | 25 Oct 2022
    I was looking at the CSV parser Cursively recently, and I think it is a good simple example of a high performance C# parser and API design.

    https://github.com/airbreather/Cursively

  • The Fastest Csv Parser In Net
    2 projects | /r/dotnet | 12 Jan 2021
    Agreed, and agreed. #21 and #22 seek to address this, but these have actually been very low priority for me: as your benchmarks show, if you primarily need a bunch of objects that must be UTF-16 strings, then are other libraries out there that will do the job just fine. The main reason to use Cursively for that would be if you have some use cases where you need the unusual qualities that Cursively offers, but other use cases where you can live with something more traditional, and you don't want to have two different CSV processing libraries.
    1 project | /r/dotnet | 10 Jan 2021
    The usage instructions are in the README on https://github.com/airbreather/Cursively. The most straightforward way to get started (for now) is:

What are some alternatives?

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

CsvExport - Very simple CSV-export tool for C#

Sylvan - A collection of .NET libraries, including the fastest general-purpose CSV parser for .NET.

PdfSharpCore - Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)

AlterNats - An alternative high performance NATS client for .NET.

H.Pipes - A simple, easy to use, strongly-typed, async wrapper around .NET named pipes.

oqtane.framework - CMS & Application Framework for Blazor & .NET MAUI

CsvBenchmarks - Benchmarks for various .NET libraries.

Avalonia - Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology

TableToImageExport - C# Library for processing tabular data into images.

TodoApi - Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication