[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Announcement stis-engine
From: |
Stefan Israelsson Tampe |
Subject: |
Re: Announcement stis-engine |
Date: |
Sat, 14 Aug 2021 06:09:38 +0200 |
Okej the system starts to shape up. After some intensive hacking I managed
to make a toolbox for piping binary and scheme streams.
Currently it can pipe a list of 1000 000 elements typically around 1-4s.
see https://gitlab.com/tampe/stis-engine
On Sun, Aug 8, 2021 at 10:27 PM Stefan Israelsson Tampe <
stefan.itampe@gmail.com> wrote:
> I will start the development of stis-engine that is based on fibers and
> will experiment with applications that separate into different network
> components.
>
> Among things I plan to add serializers, deserializers, zipping and zero mq
> networking that works
> with fibers. E.g. we will stream things with fiber pipelines, use non
> blocking zero mq calls, avoid
> allocating large bytevectors, and use as little stack as possible in the
> code.
>
> This code depends on stis-data and optionally guile-persists
>
> References:
> https://gitlab.com/tampe/stis-engine
> https://gitlab.com/tampe/guile-persist
> https://gitlab.com/tampe/stis-data/
>