Pure Go implementation of LZO1Z compression and decompression, fully compatible with liblzo2. Used in real-time data feeds and other applications requiring fast compression.
Features
- Pure Go — no CGO, no external dependencies
- Zero allocations per call
- ~420 MB/s compression, ~1 GB/s decompression
- Compatible with liblzo2
- Cross-compilation friendly
Built at Zerodha Tech.