3tilley / rust-experiments

Experiments in Rust!
10 stars 3 forks source link

Shared memory in icp #1

Open KGrewal1 opened 5 months ago

KGrewal1 commented 5 months ago

Was reading your very interesting article on icp in rust and was wondering if you've come across https://github.com/eclipse-iceoryx/iceoryx2 for shared memory (don't have Reddit or HN accounts so here)

3tilley commented 5 months ago

Funnily enough the author actually commented on the reddit post: https://www.reddit.com/r/rust/comments/1diofg1/comment/l95ovjr/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

I was aware of it in C++, and tbh it was exactly what I was looking for in Rust, but it didn't come up in any searches. I looked it up to offer a "comparison to other languages" and saw the second version was Rust! I'll have to add it in a supplementary post - enough people have asked!