Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexanderadam/csv_library_benchmarks
Just a quick benchmark of Ruby CSV libraries
https://github.com/alexanderadam/csv_library_benchmarks
benchmark benchmark-scripts benchmarking benchmarks csv csv-format csv-import csv-parser csv-parsing csv-reader csv-reading ruby ruby-gem rubygems
Last synced: 10 days ago
JSON representation
Just a quick benchmark of Ruby CSV libraries
- Host: GitHub
- URL: https://github.com/alexanderadam/csv_library_benchmarks
- Owner: alexanderadam
- Created: 2020-12-28T16:20:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T16:22:11.000Z (about 4 years ago)
- Last Synced: 2024-12-01T00:08:32.731Z (2 months ago)
- Topics: benchmark, benchmark-scripts, benchmarking, benchmarks, csv, csv-format, csv-import, csv-parser, csv-parsing, csv-reader, csv-reading, ruby, ruby-gem, rubygems
- Language: Ruby
- Homepage: https://twitter.com/alexanderadam__/status/1343593257792643076/photo/1
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSV Benchmarks
```
Rehearsal ------------------------------------------------
csv (stdlib) 1.805260 0.031859 1.837119 ( 1.837893)
ccsv 0.335895 0.028025 0.363920 ( 0.364046)
fastcsv 0.952589 0.024009 0.976598 ( 0.976841)
fasterer-csv 46.867847 0.163818 47.031665 ( 47.040663)
fastest-csv 0.565886 0.040006 0.605892 ( 0.605917)
rcsv 0.571339 0.059989 0.631328 ( 0.631344)
smarter_csv 13.190042 0.060017 13.250059 ( 13.252121)
tabular 20.790213 0.063970 20.854183 ( 20.858924)
-------------------------------------- total: 85.550764secuser system total real
csv (stdlib) 1.864488 0.047995 1.912483 ( 1.914228)
ccsv 0.332887 0.023990 0.356877 ( 0.357348)
fastcsv 0.991714 0.027990 1.019704 ( 1.020657)
fasterer-csv 42.220738 0.100021 42.320759 ( 42.324916)
fastest-csv 0.580881 0.047987 0.628868 ( 0.629665)
rcsv 0.577337 0.016007 0.593344 ( 0.593616)
smarter_csv 12.900885 0.092020 12.992905 ( 12.997490)
tabular 20.364433 0.071982 20.436415 ( 20.438942)
```