llama-zip
llama-zip implements a user-defined LLM for effective text and binary data compression using arithmetic coding. Its sliding window mechanism overcomes LLM context limits, outperforming traditional utilities like bzip2 in many cases, though at reduced speeds due to complex inference needs. Note its portability constraints with non-deterministic LLMs.