Hacker News new | ask | show | jobs
by andrewchambers 4278 days ago
I doubt there are really many custom compression algorithms, mainly just custom container formats.
1 comments

There are some. I had to deal with a microsoft project using one, and in the end the only solution we came up for dealing with it was extracting the decompression code out of the EXE file and embedding it in a DLL (at run-time, to prevent copyright infringement issues).