https://github.com/rigtorp/ipc-bench
Latency benchmarks of Unix IPC mechanisms
https://github.com/rigtorp/ipc-bench
Last synced: over 1 year 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 (over 16 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T03:53:14.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T18:16:48.256Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 59.6 KB
- Stars: 568
- Watchers: 35
- Forks: 166
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ipc-bench
=========
[](https://github.com/rigtorp/ipc-bench/actions)
[](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