High-Performance Inter-Process Communication Between C and Python
October 11, 2024 | Inter-Process Communication
By using simple primitives, shared memory and atomic operations, we can easily achieve 2.6 Million messages per second passed between C and python processes.