vijayky88 / ipc-bench

Latency benchmarks of Unix IPC mechanisms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipc-bench
=========

Some very crude IPC benchmarks.

ping-pong latency benchmarks:
* pipes
* unix domain sockets
* tcp sockets

throughput benchmarks:
* pipes
* unix doamin sockets
* tcp sockets

one way latency benchmarks:
* shm

The shared memory benchmark is a kind of "control". If run under a
real-time OS it will give you the intra core communication
latency.

This software is distributed under the MIT License.

About

Latency benchmarks of Unix IPC mechanisms


Languages

Language:C 85.7%Language:Assembly 7.4%Language:Python 6.0%Language:Shell 0.5%Language:C++ 0.4%Language:R 0.1%