asajeffrey / shared-data

A Rust library for data structures living in shared memory.
Mozilla Public License 2.0
12 stars 2 forks source link

Connection to interprocess-traits and shmem #12

Open asajeffrey opened 4 years ago

asajeffrey commented 4 years ago

https://github.com/standard-ai/interprocess-traits has very similar traits ProcSync and ProcSend. They are different though, because usize is ProcSync but not SharedMemRef.

asajeffrey commented 4 years ago

cc @nagisa and @lovesegfault

asajeffrey commented 4 years ago

https://www.youtube.com/watch?v=3NVev3FhGgk

asajeffrey commented 4 years ago

c.f. https://github.com/standard-ai/interprocess-traits/issues/3

asajeffrey commented 4 years ago

The shmem crate is now open source, yay! https://github.com/standard-ai/shmem

asajeffrey commented 4 years ago

c.f. https://github.com/standard-ai/shmem/issues/2