Commit 549fa4b 1 parent a310176 commit 549fa4b Copy full SHA for 549fa4b
File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ nnn v1.1
4
4
News
5
5
- Introducing nlay - a highly customizable bash script to handle media type
6
6
- 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
8
8
9
- Modifications
10
- - *Search-as-you-type* support
9
+ What's in?
10
+ - *Search-as-you-type*
11
11
- Unicode support
12
12
- Option `-S` to start in disk usage analyzer mode
13
13
- Show media information (using mediainfo)
Original file line number Diff line number Diff line change @@ -77,21 +77,21 @@ Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/i
77
77
78
78
### Performance
79
79
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:
81
81
82
82
```
83
83
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 /
86
86
```
87
87
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:
89
89
90
90
```
91
91
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/
95
95
```
96
96
97
97
### Installation
You can’t perform that action at this time.
0 commit comments