README: Add python-lolcat comparison
This commit is contained in:
parent
695eb419ed
commit
f585abdc4f
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
|
@ -38,3 +38,16 @@ newton~/d/lolcat <3 time ./lolcat foo
|
|||
0inputs+0outputs (0major+117minor)pagefaults 0swaps
|
||||
```
|
||||
|
||||
Bonus comparison with [python-lolcat](https://github.com/tehmaze/lolcat/):
|
||||
```bash
|
||||
newton~/d/lolcat <3 dmesg>foo
|
||||
$ time python-lolcat foo
|
||||
12.27user 0.00system 0:12.29elapsed 99%CPU (0avgtext+0avgdata 11484maxresident)k
|
||||
0inputs+0outputs (0major+1627minor)pagefaults 0swaps
|
||||
$ time c-lolcat foo
|
||||
0.29user 0.00system 0:00.30elapsed 98%CPU (0avgtext+0avgdata 468maxresident)k
|
||||
0inputs+0outputs (0major+21minor)pagefaults 0swaps
|
||||
```
|
||||
|
||||
(Read: ```c-lolcat << python-lolcat << ruby-lolcat```)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue