Skip to content

Commit 549fa4b

Browse files
committed
Update performance figures
1 parent a310176 commit 549fa4b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ nnn v1.1
44
News
55
- Introducing nlay - a highly customizable bash script to handle media type
66
- nnn is on [Homebrew](http://braumeister.org/formula/nnn) now
7-
- RPM packages for CentOS 7 and Fedora 24
7+
- RPM packages for CentOS 7 and Fedora 24 generated on release
88

9-
Modifications
10-
- *Search-as-you-type* support
9+
What's in?
10+
- *Search-as-you-type*
1111
- Unicode support
1212
- Option `-S` to start in disk usage analyzer mode
1313
- Show media information (using mediainfo)

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,21 @@ Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/i
7777

7878
### Performance
7979

80-
nnn vs. ncdu memory usage while listing an external disk with 13,790 files in disk usage analyzer mode:
80+
nnn vs. ncdu memory usage while listing 438767 files in disk usage analyzer mode:
8181

8282
```
8383
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
84-
31163 vaio 20 0 65508 53980 2320 S 0.0 1.1 0:01.96 ncdu /
85-
28863 vaio 20 0 21348 7812 2476 S 0.0 0.2 0:01.75 nnn -d
84+
22515 vaio 20 0 60348 48712 2240 S 0.0 0.6 0:01.11 ncdu /
85+
22574 vaio 20 0 17588 4320 2584 S 0.3 0.1 0:00.44 nnn -d /
8686
```
8787

88-
nnn vs. mc vs. ranger memory usage while viewing a directory with 10,178 files, sorted by size:
88+
nnn vs. mc vs. ranger memory usage while viewing a directory with 1500 files:
8989

9090
```
9191
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
92-
22465 vaio 20 0 233956 192136 7896 S 0.0 3.9 0:05.31 /usr/bin/python -O /usr/bin/ranger
93-
20369 vaio 20 0 64664 10980 6888 S 0.0 0.2 0:00.70 mc
94-
28863 vaio 20 0 19876 6436 2620 S 0.0 0.1 0:00.19 nnn -d
92+
22614 vaio 20 0 67848 25960 7880 S 0.0 0.3 0:00.32 /usr/bin/python -O /usr/bin/ranger /usr/bin/
93+
22700 vaio 20 0 62320 8384 6516 S 0.0 0.1 0:00.01 mc /usr/bin
94+
22646 vaio 20 0 17608 4016 2380 S 0.0 0.0 0:00.03 nnn -d /usr/bin/
9595
```
9696

9797
### Installation

0 commit comments

Comments
 (0)