Open alexandervanrenen opened 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.
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.