Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rigtorp/ipc-bench
- Owner: rigtorp
- License: mit
- Created: 2010-01-07T16:07:58.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T03:53:14.000Z (over 1 year ago)
- Last Synced: 2025-01-11T07:09:51.892Z (10 days ago)
- Language: C
- Homepage:
- Size: 59.6 KB
- Stars: 561
- Watchers: 35
- Forks: 166
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 socketsthroughput benchmarks:
* pipes
* unix domain sockets
* tcp socketsThis software is distributed under the MIT License.
Credits
-------* *desbma* for adding cross platform support for clock_gettime