chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Blobs: a (modest?) proposal


From: felix winkelmann
Subject: Re: [Chicken-users] Blobs: a (modest?) proposal
Date: Sat, 24 Jan 2009 15:43:08 +0100

On Sat, Jan 24, 2009 at 1:10 PM, Alaric Snell-Pym
<address@hidden> wrote:
>
>
> What do people think of this? Would it be welcome in the chicken core
> once it's proven itself?
>

Sure. The use of strings for binary data is indeed something that should
be reduced. There is also a lot of copying involved. But one has to be
careful not to re-implement memory management completely: Use
srfi-4 bytevectors where appropriate and blobs where the data is
truly opaque (but I guess this is self-evident).


cheers,
felix




reply via email to

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