guile-user
[Top][All Lists]
Advanced

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

Re: stis-data


From: Stefan Israelsson Tampe
Subject: Re: stis-data
Date: Wed, 12 Feb 2020 11:07:56 +0100

You might want to compress it with gzip else as a binary format for sending
it it should be good.

On Tue, Feb 11, 2020 at 11:34 PM Zelphir Kaltstahl <
address@hidden> wrote:

> Hi Stefan!
>
> Would this be a good option for a binary format for transmission of data
> over network, or is there anything, that would make it less suitable for
> such purpose?
>
> Regards,
> Zelphir
>
> On 2/11/20 11:16 PM, Stefan Israelsson Tampe wrote:
> > HI,
> >
> > I just want to announce my pure guile safe serialiser that serialises and
> > deserialise guile datastructures to a byte format. It can either keep the
> > data compressed more or less and by default the original datastructure is
> > perfectly represented. It can represents all datastructures that are
> atoms,
> > lists, vectors, variables, structs or objects.
> >
> > classes and objects need to have a target class or struct references in a
> > module for it to work
> >
> > This repository should be a safer option that a simple read/write
> > serialization.
> >
> > For a small part of the API and a little example see README
> >
> > REPO:
> > https://gitlab.com/tampe/stis-data
> >
> > A similar repo is
> > https://gitlab.com/tampe/guile-persist
> >
> > That is more feature complete (includes serialisation of lambdas and
> > continuations and whatnot) but is unsafe.
>


reply via email to

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