Introduction to Flow-IPC: Open Source Toolkit for Low-Latency Inter-Process Communication in C++
We recently released Flow-IPC – an interprocess communication toolkit in C++ – as open source under the Apache 2.0 and MIT licenses. Flow-IPC will be useful for C++ projects that transmit data between application processes and need to achieve near-zero latency without a trade-off against simple and reusable code.
In the announcement, we showed that Flow-IPC can transmit data structure payloads as large as 1GB just as quickly as a 100K payload– and in less than 100 microseconds. With classic IPC...
Read more at linode.com