Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rigtorp/ipc-bench

Latency benchmarks of Unix IPC mechanisms
https://github.com/rigtorp/ipc-bench

Last synced: 3 days ago
JSON representation

Latency benchmarks of Unix IPC mechanisms

Awesome Lists containing this project

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