Skip to content

Wire Implementation using python's Shared Memory

Compare
Choose a tag to compare
@Suhas-G Suhas-G released this 06 Jun 18:57
· 342 commits to master since this release
38bea94
  • Shared memory for wires between blocks using Python 3.8s shared memory module instead of posix_ipc.
  • The new interface for the argument list and block synchronisation is also simpler than before.