/// <inheritdoc /> public IMemoryOwner <byte> Compress(ReadOnlyMemory <byte> input) => Snappy.CompressToMemory(input.Span);