Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfrey committed Mar 11, 2009
1 parent 727946f commit 1b1afc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.textile
Expand Up @@ -34,10 +34,10 @@ Completely spurious numbers, all this shows you is how useful br is to *me* :-

I have four compute machines and I'm usually relegated to using one core on one machine to sort. How about when I use br?

|_. command |_. external deps |_. time |_. rate |
| sort -k1,1 4gb_file > 4gb_file_sorted@ | | 82m54.746s | 843 kBps |
| br -i 4gb_file -o 4gb_file_sorted | | 9m17.431s | 7.35 MBps |
| br -i 4gb_file -o 4gb_file_sorted | brp | 6m5.968s | 11.19 MBps |
|_. command |_. using |_. time |_. rate |
| sort -k1,1 4gb_file > 4gb_file_sorted | coreutils | 82m54.746s | 843 kBps |
| br -i 4gb_file -o 4gb_file_sorted | coreutils | 9m17.431s | 7.35 MBps |
| br -i 4gb_file -o 4gb_file_sorted | coreutils, brp | 6m5.968s | 11.19 MBps |

When I have more time I'll compare this apples to apples. There's also still a ton of room for improvement.

Expand Down

0 comments on commit 1b1afc6

Please sign in to comment.