From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.160.131 with SMTP id xk3mr36578586pab.17.1470225302794; Wed, 03 Aug 2016 04:55:02 -0700 (PDT) X-Received: by 10.157.39.133 with SMTP id c5mr4031924otb.19.1470225302749; Wed, 03 Aug 2016 04:55:02 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!f6no7016089ith.0!news-out.google.com!d130ni23384ith.0!nntp.google.com!f6no6999318ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 3 Aug 2016 04:55:02 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.178.28.115; posting-account=Zsf4jwoAAADEqwCydv835KU9-S3h_Y26 NNTP-Posting-Host: 70.178.28.115 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <95376155-78c9-4f61-803f-f77d09771ca1@googlegroups.com> Subject: ANN: Thick bindings for Zstd From: jrmarino Injection-Date: Wed, 03 Aug 2016 11:55:02 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:31268 Date: 2016-08-03T04:55:02-07:00 List-Id: Zstandard is a real-time compression algorithm whose compression level sett= ings provide a wide range between speed and size. At the default settings,= it compresses more and faster than gzip and at the other extreme it approa= ches the compression effectiveness of lzma but in a fraction of the time. http://cyan4973.github.io/zstd/ I created a set of thick bindings against the recent v0.8.0 version. Those= cover the stable API (basic compression / decompression and use of diction= aries). The API for streaming compression / decompression is not yet stable= , and as such it is only available in the static library. Once streaming d= e/compression is provided in the shared library, I'll update the bindings t= o support it as well. https://github.com/jrmarino/zstd-ada Note that I posted this yesterday, but the announcement never appeared so I= 'm reposting it.