Product Launch
anonymous
5 points
6 comments
Posted4 months agoActive4 months ago
Show HN: The new compression algorithm is not like the standard ones
ferki-git-creator.github.iocompression algorithmdata compressionalgorithm optimization
Discussion (6 comments)
Showing 6 comments
Have you tried it in realistic examples, like the first 10 likes of "Romeo and Juliet" by William Shakespeare?
4 months ago
Hello, I did what you asked for, here is the test: https://github.com/Ferki-git-creator/fsp/blob/main/test_fsp_...
Here is the output: https://github.com/Ferki-git-creator/fsp/blob/main/output_te...
4 months ago
Not yet, but there is a test on GitHub.
This compresses each line as a delta against its prior line if the delta is smaller. It is not optimal to always pick the prior line as the base.
Consider _Cluster-Based Delta Compression of a Collection of Files_ https://dl.acm.org/doi/10.5555/645962.674230 https://research.engineering.nyu.edu/~suel/papers/cluster.pd...
4 months ago
Good afternoon, I redesigned the compression algorithm, now it is much better.
4 months ago