Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
sampo
11y ago
0 comments
Save
Share
Well that is a lossy compression, can work nicely to some data (e.g. images), but totally irrelevant in the context of source code compression.
0 comments
3 comments · 2 top-level
top
newest
oldest
vardump
11y ago
· 1 in thread
Lossy compression might be just fine for source code, as long as the lossy part is still functionally equivalent.
Think 1000.0 vs 1E3, printf("foo") vs puts("foo"), etc.
mistercow
11y ago
And in fact, RegPack
is
lossy compression (as are all minifiers). The transformation is totally irreversible.
tormeh
11y ago
Well, he didn't say he only wanted non-lossy compression or that he was working on source code compression.
j
/
k
navigate · click thread line to collapse