Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markpflug/sylvan
A collection of .NET libraries, including the fastest general-purpose CSV parser for .NET.
https://github.com/markpflug/sylvan
csv data dotnet dotnet-core
Last synced: 3 days ago
JSON representation
A collection of .NET libraries, including the fastest general-purpose CSV parser for .NET.
- Host: GitHub
- URL: https://github.com/markpflug/sylvan
- Owner: MarkPflug
- License: mit
- Created: 2020-04-10T18:27:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T21:25:40.000Z (7 months ago)
- Last Synced: 2024-05-16T09:24:40.047Z (6 months ago)
- Topics: csv, data, dotnet, dotnet-core
- Language: C#
- Homepage:
- Size: 991 KB
- Stars: 342
- Watchers: 9
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Sylvan
Sylvan is a collection of .NET libraries and tools.
All of these libraries have a focus on very high-performance while remaining easy to use.
Indeed, most of these libraries are the [fastest of their class in the .NET ecosystem](https://github.com/MarkPflug/Benchmarks).### [Sylvan.Common](docs/Common/Sylvan.Common.md)
A collection of common utility types.### [Sylvan.Data](docs/Data/Sylvan.Data.md)
A library containing some types for working with ADO.net data objects.### [Sylvan.Data.Csv](docs/Csv/Sylvan.Data.Csv.md)
An extremely fast, lightweight library for reading and writing delimited CSV data.### [Sylvan.Data.Excel](https://github.com/MarkPflug/Sylvan.Data.Excel)
A data reader for Excel (.xls, and .xlsx) data files.### [Sylvan.Data.XBase](https://github.com/MarkPflug/Sylvan.Data.XBase)
A data reader for dBASE/FoxPro/Clipper .dbf files.
This is the format used to store metadata in [ESRI ShapeFiles](https://en.wikipedia.org/wiki/Shapefile).