about summary refs log tree commit diff stats
path: root/stats.txt
Commit message (Collapse)AuthorAgeFilesLines
* 5811Kartik Agaram2019-12-211-2/+2
|
* 5794Kartik Agaram2019-12-061-34/+48
| | | | | | | | | Rather surprisingly, all the treeshake tooling is done in just about 2 hours of work. From now on it'll be easier to update stats.txt. Observations: a) Binaries are tiny compared to conventional stacks. Tens of KB. b) ~80% of binaries are tests and unused libraries in all my apps. c) ~75% of LoC in SubX sources are tests or comments.
* 5789Kartik Agaram2019-12-031-0/+36
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113