Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 330 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 330 Bytes

ipc-bench

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