Extend LZ compression from byte streams to typed data
Determine a principled extension of LZ-based lossless compression, which is traditionally defined on byte streams, to typed data representations such as fixed-size struct(k) streams and numeric(w) streams, and characterize the design requirements for a truly generic typed LZ engine that operates on typed data (rather than raw bytes).
References
While it's true that LZ on byte streams is essentially a solved problem, the natural extension to typed data still remains an open question. Indeed, our implementation of FieldLZ demonstrates that there is significant progress yet to be made towards a truly generic LZ engine.
                — OpenZL: A Graph-Based Model for Compression
                
                (2510.03203 - Collet et al., 3 Oct 2025) in Subsection “Future Work” (Conclusions)