Skip to content

Commit

Permalink
Merge branch 'main' of github.com:njaremko/osv
Browse files Browse the repository at this point in the history
  • Loading branch information
njaremko committed Dec 25, 2024
2 parents 8b2d378 + 488d5b2 commit 8c6456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ When `has_headers` is false, hash keys will be generated as `"c0"`, `"c1"`, etc.

## Performance

This library is faster than the standard Ruby CSV library, and is comparable to the fastest CSV parser gems I've used.
This library is faster than the standard Ruby CSV library. It's also faster than any other CSV gem I've been able to find.

Here's some unscientific benchmarks. You can find the code in the [benchmark/comparison_benchmark.rb](benchmark/comparison_benchmark.rb) file.

Expand Down

0 comments on commit 8c6456a

Please sign in to comment.