Where LZ4 comes from
Yann Collet released LZ4 in 2011, before his later Zstandard, as a byte-oriented LZ77 variant with no entropy coding at all — that omission is what makes it so fast. It went into the Linux kernel for compressed swap and hibernation, into HDFS, Kafka and Redis, and became the default codec for many databases' write paths. The frame format was specified separately in 2015 so that streams could be self-describing rather than raw blocks.