From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2180) id E5D41385DC18; Wed, 27 Mar 2024 16:13:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5D41385DC18 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1711555992; bh=NstcPRJ2XSPhAttV5R8XZbw40q6HqccKySypIQ+4Uvc=; h=From:Reply-To:To:Subject:Date:From; b=jJ/uUih69KZpwUPe/flR6XEcYmLuDPESS86b10uoqWZFDH9j/+LU0eqxiYQd1oVj9 xjrZo5nbuTABRUAzyMpkYhu699DbLPsnANvMhxG3Zc8Q6fBKGdfr7qrbQpcG+1SQM4 n83Cdby8jw+7DiRKn9dAVszLc3W9C44epNQJSNP4= From: Lemures Lemniscati Reply-To: cygwin@cygwin.com To: cygwin-announce@cygwin.com Subject: libdeflate 1.20-1 X-Calm-Announce: 1 Message-Id: <171155599287.2335330.2743212059724849101@server2.sourceware.org> Date: Wed, 27 Mar 2024 16:13:12 -0000 X-Calm: 1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: The following packages have been uploaded to the Cygwin distribution: * libdeflate-1.20-1 * libdeflate-debuginfo-1.20-1 * libdeflate-devel-1.20-1 * libdeflate-tools-1.20-1 * libdeflate0-1.20-1 libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression. The supported formats are: DEFLATE (raw), zlib (a.k.a. DEFLATE with a zlib wrapper), gzip (a.k.a. DEFLATE with a gzip wrapper). libdeflate is heavily optimized. It is significantly faster than the zlib library, both for compression and decompression, and especially on x86 processors. In addition, libdeflate provides optional high compression modes that provide a better compression ratio than the zlib's 'level 9'.