-
Notifications
You must be signed in to change notification settings - Fork 4
Description
@emmt I really like your smart and lean implementation of the WrappedArrays. I had to exchange data between Julia and Python and thus, the WrappedArray was the way to go for me. In the end, I decided to provide a package which replicates your WrappedArrays in Python. I named it wea which stands for Wrapped Exchanges Array.
In order to have the same meaning in Julia and Python ( + more languages ), I want to ask you if you are willing to cut out your WrappedArrays from InterProcessCommunication and put it into my wea.jl because in the end, the WrappedArrays are ready to support shared memory as well as a byte buffer for sharing data.
I would take over the porting the WrappedArrays into wea.jl and all necessary adaptations. Does this sounds good to you?
Looking forward hearing from you.
Thanks and best regards
Carsten