Re: [Roll] Compressing the PDAO natively

Carsten Bormann <cabo@tzi.org> Sun, 28 July 2019 09:11 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: roll@ietfa.amsl.com
Delivered-To: roll@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1083B1200E7 for <roll@ietfa.amsl.com>; Sun, 28 Jul 2019 02:11:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.197
X-Spam-Level:
X-Spam-Status: No, score=-4.197 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8VYO5QAFT-ii for <roll@ietfa.amsl.com>; Sun, 28 Jul 2019 02:11:30 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 636E61200E6 for <roll@ietf.org>; Sun, 28 Jul 2019 02:11:30 -0700 (PDT)
Received: from [192.168.217.110] (p548DCCB9.dip0.t-ipconnect.de [84.141.204.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 45xHB86kFYzykC; Sun, 28 Jul 2019 11:11:28 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <4102.1564239380@localhost>
Date: Sun, 28 Jul 2019 11:11:28 +0200
X-Mao-Original-Outgoing-Id: 585997886.253513-796a5af8f486ac19d6a9b7d4f716b605
Content-Transfer-Encoding: quoted-printable
Message-Id: <23943737-12B0-4DAF-B6CC-8F4DB8978177@tzi.org>
References: <MN2PR11MB3565E133DA12559F333A78B8D8C00@MN2PR11MB3565.namprd11.prod.outlook.com> <22182.1564174683@dooku.sandelman.ca> <982B626E107E334DBE601D979F31785C5DF6514B@BLREML503-MBS.china.huawei.com> <4102.1564239380@localhost>
To: Routing Over Low power and Lossy networks <roll@ietf.org>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/roll/alwkThmdUl3_yuGMvoEq_Au3fY8>
Subject: Re: [Roll] Compressing the PDAO natively
X-BeenThere: roll@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Routing Over Low power and Lossy networks <roll.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/roll>, <mailto:roll-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/roll/>
List-Post: <mailto:roll@ietf.org>
List-Help: <mailto:roll-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/roll>, <mailto:roll-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 28 Jul 2019 09:11:32 -0000

On Jul 27, 2019, at 16:56, Michael Richardson <mcr@sandelman.ca> wrote:
> 
>   https://github.com/mcr/roll-ghc

Nice — 82 LOC :-)
(No decompressor included, but that should be even smaller.)

Grüße, Carsten