|
|
|
|
|
by hinkley
2520 days ago
|
|
I wrote (well, expanded) a similar tool for compressing Java Class files. I had a theory that suffix sorting would work slightly better because of the separators between fields, and it turned out to be worth another 1% final size versus prefix sorting. |
|
And that's just a little project. For big projects there could be hundreds of megabytes of dependencies. Nobody really cares about that...