Skip to content

Commit

Permalink
readme: updateupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
harttraveller committed Nov 9, 2024
1 parent 844ad2a commit d5b8f1e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,11 @@ For instance, to count the number of lines in a 15 GB `items.jsonl` file one cou
wc -l items.jsonl
```

Which takes 12.03s to run (on my machine). Alternatively:

```sh
eio wc -l items.jsonl
```

Which runs in 1.14s.

I suspect things will be very unstable for another few months.
Runs anywhere from 10 to 20x faster. I suspect things will be very unstable for another few months.

<!-- ## Installation
Expand Down

0 comments on commit d5b8f1e

Please sign in to comment.