scanner-research / scanner

Efficient video analysis at scale
https://scanner-research.github.io/
Apache License 2.0
615 stars 108 forks source link

Use shared memory blocks for Python IPC #260

Open willcrichton opened 5 years ago

willcrichton commented 5 years ago

Boost: https://www.boost.org/doc/libs/1_63_0/doc/html/interprocess/sharedmemorybetweenprocesses.html Python IPC library: http://semanchuk.com/philip/posix_ipc/ Posix shared memory: https://www.geeksforgeeks.org/posix-shared-memory-api/