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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,62fd44d630f696aa X-Google-Attributes: gid103376,public From: gdemont@my-deja.com Subject: Re: Ada, zip and RPC Date: 2000/10/13 Message-ID: <8s6n6p$95l$1@nnrp1.deja.com>#1/1 X-Deja-AN: 680937169 References: <39E5CA04.A7A5B7F5@celsiustech.se> X-Http-Proxy: 1.0 sitelnet.unine.ch:8080 (Squid/2.1.PATCH2), 1.0 x59.deja.com:80 (Squid/1.1.22) for client 130.125.13.32, 130.125.90.100 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Fri Oct 13 10:12:44 2000 GMT X-MyDeja-Info: XMYDJUIDgdemont Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.75 (Macintosh; U; PPC) Date: 2000-10-13T00:00:00+00:00 List-Id: Daniel Wengelin: > 2) An implementation of a fast and wide spread compression algorithm in > Ada. You might consider the tiny compressor-decompressor LZHuf : I have made a generic Ada version so you can use it in any I/O context. For speed it depends on the package's contents (the Huffman tree is implemented with indices, could be faster with pointers) and the compiler's optimiser : with OA 7.1 LZHuf was terribily slow compared to GNAT. The latest OA 7.2 seems better. For TED: Unzip-Ada only decompresses. For ZIP compression I would interface with Info-ZIP or -better- call 7-ZIP... Source of LZHuf there: HTH ______________________________________________________ Gautier -- http://members.nbci.com/gdemont/gsoft.htm Sent via Deja.com http://www.deja.com/ Before you buy.