# ipc-bench **Repository Path**: mirrors_rigtorp/ipc-bench ## Basic Information - **Project Name**: ipc-bench - **Description**: Latency benchmarks of Unix IPC mechanisms - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-11 - **Last Updated**: 2026-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ipc-bench ========= [![C/C++ CI](https://github.com/rigtorp/ipc-bench/workflows/C/C++%20CI/badge.svg)](https://github.com/rigtorp/ipc-bench/actions) [![GitHub](https://img.shields.io/github/license/rigtorp/ipc-bench.svg)](https://github.com/rigtorp/ipc-bench/blob/master/LICENSE) Some very crude IPC benchmarks. ping-pong latency benchmarks: * pipes * unix domain sockets * tcp sockets throughput benchmarks: * pipes * unix domain sockets * tcp sockets This software is distributed under the MIT License. Credits ------- * *desbma* for adding cross platform support for clock_gettime