chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] String compression?


From: Graham Fawcett
Subject: Re: [Chicken-users] String compression?
Date: Mon, 15 Jan 2007 10:58:48 -0500

On 1/14/07, Alejandro Forero Cuervo <address@hidden> wrote:
> Does anyone have code for compressing strings using zlib, lzo or some
> other common llibrary/algorithm?
Well, a long time ago I wrote some code to compress/decompress with
zlib algorithms:
http://anonymous:@freaks-unidos.net/azul-home/src/chicken-eggs-original/stream-zlib/stream-zlib.scm
Since it uses streams, I doubt it's gonna be fast for your purposes.

Hi Alejo -- thanks, and yes, probably streams would make it a bit too
slow :-) I'm going to try Felix's whole-buffer procedures in z3.

Best,
Graham




reply via email to

[Prev in Thread] Current Thread [Next in Thread]