goldsborough / ipc-bench

:racehorse: Benchmarks for Inter-Process-Communication Techniques
MIT License
696 stars 108 forks source link

Pipe and fifo without signals #27

Open alexandervanrenen opened 3 years ago

alexandervanrenen commented 3 years ago

The pipe and fifo benchmarks are both using signals to notify each other when a message has arrive. We should check out if busy polling can be used here as well.

The goal should be to go for the best possible performance for each technique.