about summary refs log tree commit diff stats
path: root/treeshake_ntranslate
Commit message (Collapse)AuthorAgeFilesLines
* 5796 - move treeshake to a new tools/ directoryKartik Agaram2019-12-071-40/+0
|
* 5794Kartik Agaram2019-12-061-0/+40
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.