https://github.com/soenneker/soenneker.enumerables.commaseparated
High-performance, allocation-free CSV enumeration using ReadOnlySpan{char} — a drop-in alternative to string.Split(',') for hot paths.
https://github.com/soenneker/soenneker.enumerables.commaseparated
comma commaseparated commaseparatedenumerable csharp csv dotnet enumerable enumerables object separated span string
Last synced: about 2 months ago
JSON representation
High-performance, allocation-free CSV enumeration using ReadOnlySpan{char} — a drop-in alternative to string.Split(',') for hot paths.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.enumerables.commaseparated
- Owner: soenneker
- License: mit
- Created: 2026-01-12T16:47:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-21T21:30:43.000Z (about 2 months ago)
- Last Synced: 2026-04-21T23:29:28.453Z (about 2 months ago)
- Topics: comma, commaseparated, commaseparatedenumerable, csharp, csv, dotnet, enumerable, enumerables, object, separated, span, string
- Language: C#
- Homepage: https://soenneker.com
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.enumerables.commaseparated/)
[](https://github.com/soenneker/soenneker.enumerables.commaseparated/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.enumerables.commaseparated/)
[](https://github.com/soenneker/soenneker.enumerables.commaseparated/actions/workflows/codeql.yml)
#  Soenneker.Enumerables.CommaSeparated
### High-performance, allocation-free CSV enumeration using ReadOnlySpan{char} — a drop-in alternative to string.Split(',') for hot paths.
## Installation
```
dotnet add package Soenneker.Enumerables.CommaSeparated
```