Have just added serialisations of the following to the c-code serializer,
1) struct and classes
2) hasmaps of type eq? eqv? and equal?
3) lambdas
These are tricky to get right, especially hashmaps looked like it was
impossible, my solution is a bit imprecise, but can
be improved upon.
So now this
HI all,
I added a new gem, it' a c based serializer and deserializer of guile data
which is relative feature rich and will ping pong
between scheme and c-land in order to be able to be fiber friendly. So
currently the benchmarks are for the following copy
operations,
,time (load (dump (make-bytev
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 T
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 f