-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Wrapped Exchange Array - put projects together #3
Comments
I am happy to see If having |
I am glad to hear that this sound reasonable to you! Hm, maybe "porting" is a too strong word. I am seeing wea.jl as the lean package you have proposed. No Respectively having an overall interface which is more or less similar in different languages because it should have the same look and feel, somehow. But I am also fine with including a |
OK that's more clear for me but my question was not so much about the code (which you are always free to copy of course) but about whether you will need other fonctionalities provided by Perhaps the best thing to do is that you first write |
Sure, I know that I can copy it anytime but I believe having something more collaborative helps to avoid duplicated code. Finally, there is no direct need of other references of Yes, I would start with a draft, including also the |
@emmt I have setup a draft branch in order to get it running → https://github.com/casabre/wea.jl/tree/draft. Unit tests are running ok and it seems fine to me. In the end, I re-used your There are still some links to
I am looking forward hearing your feedback. |
@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
The text was updated successfully, but these errors were encountered: