Updated Performance (markdown)

Mischievous Meerkat 2020-11-14 10:22:43 +05:30
parent ae91fec001
commit 2ecd8dbc13

@ -68,7 +68,7 @@ $ time ls -l /usr/bin
784inputs+0outputs (0major+303minor)pagefaults 0swaps 784inputs+0outputs (0major+303minor)pagefaults 0swaps
``` ```
`nnn` roughly makes one-third the system calls made by `ls`. `nnn` roughly makes one-third the system calls made by `ls` (all readings taken at cold boot).
``` ```
$ time strace -c nnn -d /usr/bin | wc -l $ time strace -c nnn -d /usr/bin | wc -l
@ -144,8 +144,6 @@ $ time strace -c ls -l /usr/bin | wc -l
1989 1989
``` ```
**Note:** Each reading is taken at cold boot.
## C vs. other languages ## C vs. other languages
- Python3 vs. C gcc [benchmarks](https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/python3-gcc.html) - Python3 vs. C gcc [benchmarks](https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/python3-gcc.html)