ipc-bench icon indicating copy to clipboard operation
ipc-bench copied to clipboard

:racehorse: Benchmarks for Inter-Process-Communication Techniques

Results 12 ipc-bench issues
Sort by recently updated
recently updated
newest added
trafficstars

any plans for adding tipc? [wiki](https://en.wikipedia.org/wiki/Transparent_Inter-process_Communication) and [kernel.org documentaion](https://www.kernel.org/doc/html/latest/networking/tipc.html)

enhancement

fix two troubles with using pthread process shared 1. need initialize mutex and condition variable only once at server process for example 2. fix signal and wait functions on shared...