[squeak-dev] Transfer of binary data between images

Alan Pinch alan.c.pinch at gmail.com
Fri Oct 20 10:42:31 UTC 2017


I think ASN1 inside of the Cryptography package may have some speed and 
now supports Floats, ScaledDecimals and Fractions, I think. I would love 
to hear your real world comparison to json, as I am starting to adapt 
STON to my needs.


On 10/20/2017 06:18 AM, Herbert König wrote:
> Hi all,
>
> I want to spread an algorithm over several images. For that I need to 
> transfer some objects.
>
> For other purposes I already read and write objects via JSON files. To 
> change this to UDP is straightforward. But the conversion to JSON and 
> back takes considerable time, biggest chunk of data is an array with 
> floats.
>
> Is there a fast and easy way to transfer objects binary between 
> images? I can transfer only the array of floats (maybe a float array) 
> if that saves time.
>
>
> Thanks,
>
>
> Herbert
>
>
>
>

-- 
Thank you for your consideration,
Alan



More information about the Squeak-dev mailing list