You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved benchmark results in BENCHMARK-RESULTS.md to reflect better performance and updated the benchmark date. Changed project author and copyright in Dataplat.Dbatools.Csv.csproj to Chrissy LeMaire. Added publish.ps1 to .gitignore for local publishing script exclusion.
@@ -99,7 +99,7 @@ dotnet run -c Release -- --quick
99
99
100
100
## Conclusion
101
101
102
-
Dataplat.Dbatools.Csv is not just "faster" - it operates in a completely different performance class. The combination of **4-5x speed improvement** and **40x memory reduction** means:
102
+
Dataplat.Dbatools.Csv is not just "faster" - it operates in a completely different performance class. The combination of **4-6x speed improvement** and **40x memory reduction** means:
103
103
104
104
1. Files that would cause LumenWorks to crash with `OutOfMemoryException` process successfully
105
105
2. Server resources are used more efficiently
@@ -110,4 +110,4 @@ The implementation is production-ready and highly optimized for real-world CSV p
110
110
111
111
---
112
112
113
-
*Benchmarks run on 2025-12-01 using BenchmarkDotNet v0.14.0*
113
+
*Benchmarks run on 2025-12-02 using BenchmarkDotNet v0.14.0*
Copy file name to clipboardExpand all lines: project/Dataplat.Dbatools.Csv/Dataplat.Dbatools.Csv.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@
8
8
<!-- NuGet Package Metadata -->
9
9
<PackageId>Dataplat.Dbatools.Csv</PackageId>
10
10
<Version>1.0.0</Version>
11
-
<Authors>dbatools team</Authors>
11
+
<Authors>Chrissy LeMaire</Authors>
12
12
<Company>Dataplat</Company>
13
13
<Product>Dataplat.Dbatools.Csv</Product>
14
14
<Description>High-performance CSV reader and writer for .NET. Features streaming IDataReader for SqlBulkCopy, automatic compression (GZip, Deflate, Brotli, ZLib), multi-character delimiters, parallel processing, string interning, and robust error handling. 20%+ faster than LumenWorks CsvReader. From the trusted dbatools project.</Description>
0 commit comments