5 ms·
I've come up with a better compression scheme than yours. My scheme is exactly the same as yours, but you replace the first three bytes with one byte instead o
by DaveK23 12y ago
I've come up with a better compression scheme than yours. My scheme is exactly the same as yours, but you replace the first three bytes with one byte instead of two. Doesn't matter what byte you replace them with, because - just like your scheme - you can't get the original data back by decompressing it anyway.
- TheAuditor 12y agoyou can get the data back. do read the article and paper published.