LibCsvFiles 1.1.11
dotnet add package LibCsvFiles --version 1.1.11
NuGet\Install-Package LibCsvFiles -Version 1.1.11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LibCsvFiles" Version="1.1.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LibCsvFiles --version 1.1.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LibCsvFiles, 1.1.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LibCsvFiles as a Cake Addin #addin nuget:?package=LibCsvFiles&version=1.1.11 // Install LibCsvFiles as a Cake Tool #tool nuget:?package=LibCsvFiles&version=1.1.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LibCsvFiles
Manejador de archivos CSV
Tiempo de lectura de archivos tras optimizaci�n
En las �ltimas versiones, se ha optimizado la lectura de archivos como se muestra en la siguiente tabla obtenida mediante BenchMarkDotNet:
Method | FileName | Mean | Error | StdDev | StdErr | Min | Max | Median | Ratio | Gen0 | Gen1 | Allocated | Alloc Ratio |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Csv optimized | Sales.csv | 419.4 ms | 10.46 ms | 2.72 ms | 1.21 ms | 416.4 ms | 422.4 ms | 418.6 ms | 0.23 | 42000.0000 | - | 682.51 MB | 0.17 |
Csv not optimized | Sales.csv | 1,845.6 ms | 53.50 ms | 13.89 ms | 6.21 ms | 1,828.0 ms | 1,864.5 ms | 1,845.5 ms | 1.00 | 249000.0000 | - | 3986.98 MB | 1.00 |
Csv optimized | SalesBig.csv | 1,796.2 ms | 41.83 ms | 10.86 ms | 4.86 ms | 1,783.3 ms | 1,809.3 ms | 1,793.0 ms | 0.25 | 171000.0000 | - | 2730.02 MB | 0.17 |
Csv not optimized | SalesBig.csv | 7,282.0 ms | 346.95 ms | 90.10 ms | 40.30 ms | 7,172.9 ms | 7,397.0 ms | 7,275.4 ms | 1.00 | 999000.0000 | 3000.0000 | 15947.87 MB | 1.00 |
El m�todo Csv not optimized
muestra el resultado antes de optimizar mientras que el m�todo Csv optimized
muestra los datos tras las optimizaciones.
El archivo Sales.csv
contiene 1.523.630 registros mientras que SalesBig.csv
contiene 6.094.520 registros.
Puede ver las optimizaciones realizadas en mi web.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- System.IO.Pipelines (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.