Update page 'SLOC of openssh-portable vs. hkexsh'

Russtopia 2018-10-24 20:23:24 -07:00
parent b3733c6711
commit c50951542a
1 changed files with 27 additions and 0 deletions

@ -0,0 +1,27 @@
### A comparison of the total code complexity of hkexsh versus openssh-portable
(mostly for my own interest)
```
$ sloc openssh-portable
Languages Files Code Comment Blank Total CodeLns
Total 502 112982 14327 15705 143014 100.0%
C 389 105938 13349 14416 133703 93.5%
Shell 92 6118 937 1129 8184 5.7%
Make 16 468 37 131 636 0.4%
AWK 1 363 0 7 370 0.3%
C++ 3 79 4 18 101 0.1%
Conf 1 16 0 4 20 0.0%
```
```
$ sloc hkexsh
Languages Files Code Comment Blank Total CodeLns
Total 28 2513 850 489 3852 100.0%
Go 16 2203 826 383 3412 88.6%
Markdown 3 190 0 64 254 6.6%
Make 7 88 0 34 122 3.2%
Text 1 22 0 5 27 0.7%
Shell 1 10 24 3 37 1.0%
```